/* Basic Reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, dl {
	margin: 0;
	padding: 0;
}

/* Generic Page Styling */
body {
	font: .75em "Lucida Grande", Tahoma, Verdana, sans-serif;
	background: #efefef;
}

#container {
	background: #fff;
}

h1 {
	font-weight: bold;
}

.windowbg
{
	background: #f5f5f5;
	padding: 8px;
	border-bottom: 1px solid #ddd;
}

.windowbg2
{
	padding: 8px;
	border-bottom: 1px solid #ddd;
}

.windowbg3
{
	background: #f5f5f5;
	padding: 8px;
	border-bottom: 1px solid #ddd;
}

.catbg
{
	background: #0f4476;
	color: #FFFFFF;
	
	font-weight: bold;
}

.titlebg
{
	background: #0f4476;
	color: #FFFFFF;
	
	font-weight: bold;
	
}


a:link,a:visited {
	color: #0c365d;
	text-decoration: none;
}

a:hover,a:active {
	color: #000;
	text-decoration: underline;
}

.titlebg a
{
	color: #FFFFFF;
	text-decoration: none;
}

.titlebg a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}




img {
	border: 0px;
}

.wrapper {
	margin: auto auto;
	width: 85%;
	min-width: 900px;
}

ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.links li {
	display: inline-block;
}

#header {
	background: #092946;
	border-bottom: 1px solid #04111d;
	padding-bottom: 3px;
}

#header #user_bar {
	background: #092946;
	border-bottom: 1px solid #04111d;
	color: #3e93e0;
	padding: 8px 0;
}

#header #user_bar p.user {
	display: inline;
	padding-right: 8px;
}

#header #user_bar ul.links {
	display: inline;
}

#header #user_bar ul.links li {
	border-left: 1px solid #3e93e0;
	padding: 0 8px 0 12px;
}

#header #user_bar ul.links li.acp {
	float: right;
	border: 0;
	padding: 0;
}

#header #user_bar a:link,
#header #user_bar a:visited {
	color: #6ba9e0;
	text-decoration: none;
}

#header #user_bar a:hover,
#header #user_bar a:active {
	color: #c3e3ff;
}

#header #logo {
	background: #0f4476;
	padding: 12px 0;
	border-top: 1px solid #13599c;
	border-bottom: 1px solid #13599c;
}

#header #logo a:link,
#header #logo a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: #0f4476 0 0 5px;
}

#header #logo a:hover,
#header #logo a:active {
	color: #fff;
	text-shadow: #000 0 0 5px;
}

#navigation {
	background: #efefef;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 8px 10px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	overflow: hidden;
}

#navigation a:link,
#navigation a:visited {
	color: #555;
	text-decoration: none;
}

#navigation a:hover,
#navigation a:active {
	color: #111;
}

#navigation ul.links {
	float: right;
}


#navigation ul.links li.shoppingcart a {
	background: url("../images/cart.png") no-repeat;
	padding-left: 20px;
}

#navigation ul.links li.myproducts a {
	background: url("../images/table_multiple.png") no-repeat;
	padding-left: 20px;
}


#navigation ul.links li.myorders a {
	background: url("../images/basket_go.png") no-repeat;
	padding-left: 20px;
}

#navigation ul.links li.mytransactions a {
	background: url("../images/coins.png") no-repeat;
	padding-left: 20px;
}


#navigation ul.links li.wishlist a {
	background: url("../images/page_edit.png") no-repeat;
	padding-left: 20px;
}


#navigation ul.links li.search a {
	background: url("../images/search.png") no-repeat;
	padding-left: 20px;
}

#content {
	padding: 20px 0;
}



#content .item {
	margin-bottom: 20px;
}

#content .item .head {
	border-bottom: 1px solid #ccc;
	padding: 4px;
	overflow: hidden;
}

#content .item .head h2 {
	float: left;
	font-weight: normal;
}

#content .item .head ul.links {
	float: right;
	margin-top: 3px;
}

#content .item .row {
	background: #f5f5f5;
	padding: 8px;
	border-bottom: 1px solid #ddd;
}

#content .item .row.alt {
	background: #fcfcfc;
}

#content input[type="text"],
#content input[type="password"],
#content select,
#content textarea {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
	outline: 0;
}

#content input[type="submit"] {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	padding: 2px 6px;
	cursor: pointer;
}




#footer {
	font-size: .9em;
	background: #efefef;
	border-top: 1px solid #ccc;
	color: #777;
	padding: 15px 0;
}

#footer .wrapper {
	text-align: center;
}

#footer a:link,
#footer a:visited {
	color: #555;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #111;
}

/* Categories */
.categories h3 a.feed {
	margin-left: 5px;
}

.categories h3 a.feed img {
	vertical-align: middle;
	margin-top: -2px;
}

.categories .row {
	overflow: hidden;
}

.categories span.thumbnail {
	float: left;
	margin: 0 10px 0 0;
}

.categories span.thumbnail img {
	width: 104px;
	height: 78px;
	padding: 1px;
	background: #fff;
	border: 1px solid #ccc;
}

.categories dl.statistics {
	text-align: left;
	padding: 5px 5px 0;
	line-height: 1.5em;
}

.categories dl.statistics dt {
	float: left;
	color: #777;
	margin-right: 5px;
}

.categories dl.statistics dt:after {
	content: ":";
}

.categories dl.statistics dd.images {
	font-weight: bold;
}

.categories ul.subcategories {
	list-style: none;
	margin: 3px 0 0;
	padding: 0;
}

.categories ul.subcategories li {
	float: left;
}

.categories ul.subcategories li a {
	padding-left: 18px;
	background: url("../images/bullet.png") no-repeat;
	margin-right: 15px;
}

.categories ul.subcategories li.label {
	color: #777;
	margin-right: 10px;
}

.categories ul.subcategories li.label:after {
	content: ":";
}

/* Gallery */
.gallery {
	overflow: hidden;
}

.gallery .image_block {
	text-align: center;
	background: #f7f7f7;
	padding: 0;
	margin: 10px 1%;
	width: 23%;
	float: left;
}

.gallery .image_block > div {
	border: 1px solid #ccc;
	background: #f7f7f7;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.gallery .image_block img.image {
	padding: 1px;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.gallery .image_block h3 {
	text-align: left;
	padding: 0 5px;
}

.gallery .image_block p.author {
	text-align: left;
	padding: 0 5px;
	font-size: .95em;
}

.gallery .image_block dl.statistics {
	border-top: 1px solid #ccc;
	text-align: left;
	padding: 5px 5px 0;
	margin: 8px 0 0;
	line-height: 1.5em;
	font-size: .95em;
}

.gallery .image_block dl.statistics dt {
	float: left;
	color: #777;
	margin-right: 5px;
}

.gallery .image_block dl.statistics dt:after {
	content: ":";
}

/* Picture */
.picture {
	overflow: hidden;
}

.picture > h2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.picture div.image {
	width: 600px;
	background: #eee;
	text-align: center;
	float: left;
	margin-right: 15px;
}

.picture div.image {
	display: block;
}

.picture div.image img {
	max-width: 600px;
	max-height: 450px;
	vertical-align: middle;
}

.picture fieldset.information {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 12px 12px 8px;
}

.picture fieldset.information dl.statistics {
	border-top: 1px solid #ccc;
	text-align: left;
	padding: 5px 0 0;
	margin: 8px 0 0;
	line-height: 1.5em;
	font-size: .95em;
}

.picture fieldset.information dl.statistics dt {
	float: left;
	color: #777;
	margin-right: 5px;
}

.picture fieldset.information dl.statistics dt:after {
	content: ":";
}

.picture .picture_roll {
	text-align: center;
	margin-bottom: 15px;
}

.picture .picture_roll img {
	width: 90px;
	height: 67px;
}

.picture .item .head h2 {
	font-size: 1.2em;
}

.social_sharing a {
	margin-right: 10px;
}

.picture dl.linking_codes {
	text-align: left;
	padding: 5px 0;
	margin: 0;
	line-height: 1.7em;
	font-size: .95em;
}

.picture dl.linking_codes dt {
	width: 60px;
	float: left;
	color: #777;
	margin: 2px 5px 0 4px;
}

.picture dl.linking_codes dt:after {
	content: ":";
}

.picture dl.linking_codes dd input[type="text"] {
	width: 200px;
	font-size: .95em;
	border: 1px solid #ccc;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul.links.picture_controls {
	clear: both;
	margin: 15px 0;
	background: url("../images/border.png") center center repeat-x;
	text-align: center;
}

ul.links.picture_controls li {
	padding: 0 8px;
	margin: 0 5px;
	background: #fff;
}

ul.links.picture_controls li a {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

ul.links.picture_controls li.thumbnail a {
	background-image: url("../images/thumbnail.png");
}

ul.links.picture_controls li.approve a {
	background-image: url("../images/approve.png");
}

ul.links.picture_controls li.unapprove a {
	background-image: url("../images/unapprove.png");
}

ul.links.picture_controls li.slideshow a {
	background-image: url("../images/slideshow.png");
}

ul.links.picture_controls li.edit a {
	background-image: url("../images/edit.png");
}

ul.links.picture_controls li.delete a {
	background-image: url("../images/delete.png");
}

ul.links.picture_controls li.report a {
	background-image: url("../images/report.png");
}

ul.links.picture_controls li.add_note a {
	background-image: url("../images/add_note.png");
}

/* Comments */
.comment {
	margin: 10px;
}

.comment .author {
	padding: 4px;
	background: #efefef;
	border: 1px solid #ddd;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.comment .author img.avatar {
	float: left;
	max-width: 30px;
	max-height: 30px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	background: #fff;
}

.comment .author h3 {
	float: left;
	margin: 8px 0 0 8px;
}

.comment .author h3 .wrote {
	display: none;
}

.comment .author span.permalink {
	float: right;
	margin: 10px 10px 0 10px;
}

.comment .message {
	background: #f9f9f9;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px;
}

.comment .message textarea {
	width: 98%;
	font-size: 1em;
}

.comment .foot {
	padding: 6px;
	background: #efefef;
	border: 1px solid #ddd;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.comment .foot .date {
	color: #555;
	font-size: 0.9em;
}

.comment .foot ul.links {
	float: right;
}

.comment .foot ul.links li {
	margin-left: 10px;
	font-size: 0.9em;
}

.comment.add_comment .foot {
	text-align: center;
}

.comment .foot input[type="submit"] {
	font-weight: bold;
}

/* Links Icons */
.head ul.links li {
	margin-left: 10px;
}

.head ul.links li a {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.head ul.links li.add a {
	background-image: url("../images/add.png");
	font-weight: bold;
}

.head ul.links li.bulk_add a {
	background-image: url("../images/bulk_add.png");
}

.head ul.links li.statistics a {
	background-image: url("../images/statistics.png");
}

.head ul.links li.list_all a {
	background-image: url("../images/go.png");
	background-position: right center;
	padding: 0 20px 0 0;
}