/*
Theme Name: MK3
Theme URI: http://www.markettheme.com
Description: Wordpress powered market theme
Version: 3.52
Author: MarketTheme.com
*/


/* General */

body {
	margin: 0px;
	padding: 0px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	background-image:url(imgs/bg-body.jpg);
	font-size: 13px;
	line-height:1.5;
	color: #ffffff;
	background-attachment: scroll;
	background-color: #000000 !important;
	background-repeat: repeat-y;
	background-position: center top;
}
a {
	text-decoration: underline;
	color: #4D98C8;
}

a:hover {
	text-decoration: underline;
	color: #1C5F85;
}
#header-images{
height:150px;
width:870px;
margin:0 auto 0 auto;
overflow:hidden;
}
/* Top Bar */

#bar {
/*	background-color: #DBE2C2;*/
background:transparent !important;
	padding-top:0;
	padding-bottom:0;
	padding-right:0;
	padding-left:0;
	position:relative;
	margin-top:-150px;
}
#bar .barhead{
	width: 870px;
	margin: auto;
	position: relative;
	height:150px;
}
#bar .pdl {
	float: right;
}
#bar .postform {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size:8pt;
	background-color:#EEEEEE;
	border-width:1px;
	width: 175px;
	margin: 0px;
}
#bar .pdl p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#bar .sdl {
	float: right;
		
}
#bar .sdl p {
	margin:0;
	padding: 0px;
	font-size: 11px;
}
#bar .sdl a {
	color: #fff;
	font-weight: bold;
}
#bar .sdl a img {
	border: 0px;
}
.viewcarttop{ padding-right:30px;}
#bar .sdl .viewcarttop {
	text-align: right;
	margin:0 30px 0 0;
}
#bar .sdl .topsearchbar {
	position: absolute;
	right: 0px;
	bottom: 2px;
	top:80px;
	
}
#bar .sdl .topsearchbar p, #bar .sdl .topsearchbar form {
position:relative;
left:-30px;
}

/* Nav */

#nav {
background:transparent !important;
	padding:0pt !important;
}

#nav .navbar {
	width: 840px;
	margin: auto;
	background-color:#79421E !important;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav li a {
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding: 12px 20px;
	color:#fff !important;
}
#nav li a:hover {
	color: #fff !important;
	background-color: #8D572F !important;
}
#nav .current_page_item {
	background-color: #404040 !important;
}


#nav .current_page_item a:hover {
	background-color: #404040 !important;
}

/* Wrap */

#wrap {
	background: #404040 none repeat scroll 0 0 !important;
	width: 830px !important;
	margin: 0px auto;
	padding: 5px 20px 15px 20px;
}
/* Logo And Header */

.header {
	margin: 0px;
	border-bottom: 0px solid #ccc;
	margin-bottom: 10px;
	margin-top: 4px;
	float: left;
}
.header a img {
	border: 0px;
	margin-left:16px;
	margin-top:45px;
}
/* Content */

#content {
	width: 100%;
	margin-bottom: 10px;
}
/* Content -> News Panel */

#content .news {
	width: 420px !important;
	float: left;
}
#content .news .head {
	background-image: url(imgs/subtitle_news.gif);
	height: 23px;
	background-repeat: no-repeat;
	background-position:0 0;
	background-attachment:scroll;
	width: 220px;
	margin-bottom: 10px;
}
#content .news .post {
	border-bottom: 0px solid #999;
	margin-bottom: 15px;
}
#content .news h2 {
	font-size: 18px;
	color: #E1E1E1;
	margin: 0px;
	margin-bottom: 6px;
}
#content .news h2 a {
	color: #fff;
	border-bottom: 1px none #888;
}
#content .news h2 a:hover {
	border-bottom: 1px dotted #222 ;
	color: #fff;
}
#content .news h2 img {
	vertical-align: text-bottom;
	margin-right: 2px;
}
#content .news .comments {
	font-size: .825em;
	font-weight: normal;
	color: #ca1717;
}
#content .news p {
	font-size: 1em;
	line-height: 165%;
	margin-bottom: 11px;
/*	color: #232323;
*/}
#content .news li {
	margin-bottom: 15px;
}
#content .news .post p a {
	border-bottom: 1px none #4D98C8;
	color: #4D98C8;
	padding: 2px;
}
#content .news .post p a:hover {
	border-bottom: 1px dotted #1C5F85;
}
#content .post h3 {
	font-size: 1.325em;
	color: #333;
	margin-bottom: 10px;
}
/* Content -> Product and Sidebar Panel */

#content .products {
	width: 400px;
	float: right;
}
#content .products .head, #content .products-left .head {
	background-image: url(imgs/subtitle_recent_additions.gif);
	height: 23px;
	background-repeat: no-repeat;
	background-position:0 0;
	background-attachment:scroll;
	width: 220px;
	margin-bottom: 10px;}
	
#content .products .post, #content .products-left .post {
	float: left;
	/*width: 116px;*/
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
	display: inline;
}
#content .products .post .item, #content .products-left .post .item{
	font-size: 12px;
	/*background-image: url(imgs/itembg.gif);*/
	/*height: 86px;*/
	/*width: 116px;*/
	text-align: center;
	line-height: normal;
	margin-bottom: 5px;
}
#content .products .post .item img, #content .products-left .post .item img {
	margin-top: 0px;
}
#content .products .post .item a img, #content .products-left .post .item a img{

}
#content .products .post .item a:hover img, #content .products-left .post .item a:hover img {

}
#content .products .post .inside, #content .products-left .post .inside{
	font-size: 12px;
}
#content .products .post .top, #content .products-left .post .top{
	color: #222;
	text-align: center;
}
#content .products .post .top h2, #content .products-left .post .top h2{
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-size: 14px;
}
#content .products .post .top h2 a, #content .products-left .post .top h2 a{
	color: #4d98c8;
}
#content .products .post .top h2 a:hover, #content .products-left .post .top h2 a:hover {
	color: #2a718c;
}
#content .products .post .bot, #content .products-left .post .bot {
	background-color: #F3F3F3;
	color: #222;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#content .products .post .bot p, #content .products-left .post .bot p {
	color: #222;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
}
#content .products .navigation, #content .products-left .navigation {
	font-size: 12px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 5px;
}
#content .products .navigation a, #content .products-left .navigation a {
	border: 1px solid #ccc;
	color: #555;
	padding: 4px;
}
#content .products .navigation a:hover, #content .products-left .navigation a:hover {
	border: 1px solid #222;
	color: #222;
}
#content .products .navigation .left {
	width: 45%;
	float: left;
}
#content .products .navigation .right {
	width: 45%;
	float: right;
	text-align: right;
}
/* Content -> Sidebar Widget Styles */

#content .products .widgetcase {
	width: 350px;
	float: right;
}
#content .products .widgetcase p {
	font-size: .850em;
	color: #fff;
	line-height: 175%;
}
#content .products .widgetcase .textwidget {
	font-size: .850em;
	color: #fff;
	line-height: 175%;
}
#content .products .widgetcase h2.widgettitle {
	font-size: .965em;
	margin-bottom: 10px;
	padding: 0px;
	color: #fff;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
}
#content .products .widgetcase ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#content .products .widgetcase ul li {
	margin-bottom: 3px;
}
#content .products .widgetcase ul li a {
	font-size: 1em;
	color: #fff;
}
#content .products .widgetcase ul li a:hover {
	background-color: #804000;
	color: #fff;
}
#content .products .widgetcase ul .children {
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 1em;
	line-height: normal;
}
#wp-calendar {
	background-color:#F1F1EF;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	font-size: .725em;
	vertical-align:middle;
	text-align:center;
	width: 100%;
	margin-bottom: 9px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #E6E6DF;
	color: #333333;
}
#wp-calendar caption {
	display: none;
}
#wp-calendar td {
	color:#333333;
	font: normal 9px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0px;
	text-align: center;
	background-color: #FFFFFF;
}
#wp-calendar td.pad:hover {
	font-size:9px;
	color:#FF4200;
	background-color: #ffffff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #E6E6DF;
	color: #ca1717;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* Content -> Spacer */
.spacer {
	width: 100%;
	clear: both;
}
/* Content -> Product Item Display Page */

#content .breadcrumbs {
	margin-bottom: 5px;
}
#content .breadcrumbs p {
	font-size: 11px;
	text-transform: lowercase;
	color: #DADADA;
	line-height: normal;
}
#content .breadcrumbs p a {
	color: #fff;
}
#content .breadcrumbs p a:hover {
	color: #fff;
}
#content .news .ls {
	width: 256px;
	float: left;
}
#content .news .tr {
	width: 356px;
	text-align: center;
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 2px;
}
#content .news .tr img {
	width: 100px;
	height: 100px;
	padding: 2px;
	border: 1px solid #999;
	margin-right: 3px;
	margin-left: 3px;
}
#content .news .mi {
	width: 350px;
	padding: 2px;
	border: 1px solid #f2f2f2;
	margin-bottom: 2px;
	height: 350px;
}
#content .product_image {
	float: left;
	text-align: center;
}
#content .product_image .tr img {
	padding: 2px;
	border: 1px solid #999;
	margin-right: 3px;
	margin-left: 3px;
}
#content .product_image .mi {
	padding: 2px;
	border: 1px solid #f2f2f2;
	margin-bottom: 2px;
}
#content .desc {
	width: 450px;
	float: right;
	padding-top: 8px;
}
#content h2 .price {

	margin-left: 5px;

	background-color: #F4F4F4;
	margin-top: 20px;
	color: #4F7632;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	font-size:16px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
behavior:url(border-radius.htc);




}
#content h2 .sold {
	background-color: #ca1717;
	color: #fff;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 5px;
}
#content .desc .buy {
	padding: 5px;
	font-size: 11px;
	line-height: 150%;
	text-transform: uppercase;
	color: #ccc;
	font-weight:bols;

}
#content .desc .buy .lsf {
	width: 40%;
	float: left;
}
#content .desc .buy .rsf {
	float: right;
	width: 40%;
}
#content .desc .buy .field {
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 8pt;
	background-color: #EEEEEE;
	border-width:1px;
	width: 115px;
	margin: 0px;
}
#content .desc .buy .field2 {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 8pt;
	background-color: #EEEEEE;
	border-width:1px;
	margin: 0px;
}
#content .desc h2 {
	font-size: 1.225em;
	margin: 0px;
	margin-bottom: 6px;
}
#content .desc p {
	font-size: 1em;
	line-height: 165%;
	margin-bottom: 11px;
}
#content .desc p a {
	border-bottom: 1px solid #1c5f85;
}
#content .desc p a:hover {
	border-bottom: 1px solid #222;
}
/* Content -> Normal Full Product Flow */

#content .grid {
	margin: 0px auto;
	width: 800px;
	float: left;
}
#content .grid .post {
	float: left;
	/*width: 116px;*/
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
	display: inline;
}
#content .grid .post .item {
	font-size: 12px;
	/*background-image: url(imgs/itembg.gif);*/
	/*height: 86px;*/
	/*width: 116px;*/
	text-align: center;
	line-height: normal;
}
#content .grid .post .item img {
	margin-top: 7px;
}
#content .grid .post .item a img {
	border: 1px solid #D2D2D2;
	padding: 3px;
}
#content .grid .post .item a:hover img {
	border: 1px solid #7cceed;
}
#content .grid .post .inside {
	font-size: 12px;
}
#content .grid .post .top {
	color: #222;
	text-align: center;
}
#content .grid .post .top h2 {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-size: .925em;
}
#content .grid .post .top h2 a {
	color: #4d98c8;
}
#content .grid .post .top h2 a:hover {
	color: #2a718c;
}
#content .grid .post .bot {
	background-color: #F3F3F3;
	color: #222;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#content .grid .post .bot p {
	color: #222;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
}
#content .grid .navigation {
	font-size: 12px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 5px;
}
#content .grid .navigation a {
	border: 1px solid #ccc;
	color: #555;
	padding: 4px;
}
#content .grid .navigation a:hover {
	border: 1px solid #222;
	color: #222;
}
#content .grid .navigation .left {
	width: 45%;
	float: left;
}
#content .grid .navigation .right {
	width: 45%;
	float: right;
	text-align: right;
}
#content .grid .price {
	background-color: #d3d3d3;
	color: #222;
	width: 108px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 9px;
}
#content .grid .sold {
	background-color: #d3d3d3;
	color: #ca1717;
	width: 108px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 9px;
}
/* Content -> Archives */

#content .archive {
	width: 100%;
	margin: 15px auto 10px auto;
}
#content .archive h2 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 9px;
}
#content .archive h2 a {
	color: #ccc;
}
#content .archive h2 a:hover {
	color: #fff;
}
#content .archive p {
	line-height: 165%;
	color: #ccc;
	font-size: .825em;
}

#content .archive p a,
.archive .col3 a
{
	color: #ccc;

}


#content .archive p a:hover,
.archive .col3 a:hover
{
	color: #fff;

}

#content .archive .col1 {
	width: 140px;
	padding-right: 19px;
	float: left;
}
#content .archive .col1 p {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
#content .archive .col1 p img {
	vertical-align: bottom;
}
#content .archive .col2 {
	width: 380px;
	padding-right: 120px;
	float: left;
	text-align: left;
}
#content .archive .col1 img {
	padding: 2px;
	border: 1px solid #ccc;
}
#content .archive .col1 a img {

}
#content .archive .col1 a:hover img {
	border: 1px solid #222;
}
#content .archive .col3 {
	width: 80px;
	float: left;
	text-align: right;
}
#content .archive .col3 .price {
	background-color: #F4F4F4;
	margin-top: 20px;
	color: #4F7632;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	font-size:16px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
behavior:url(border-radius.htc);
}
#content .archive .col4 {
	width: 100px;
	float: right;
	text-align: center;
}
#content .archive .post-even {
	border-bottom: 1px solid #333;
	padding:12px 16px 15px 16px;
	margin-bottom: 5px;
	background-color: #5C5C5C;
		color: #CCCCCC;
}
#content .archive .post-odd {
	border-bottom: 1px solid #333;
	padding:12px 16px 15px 16px;
	margin-bottom: 5px;
	background-color: #494949;
		color: #CCCCCC;

	
}
#content .archive .post-even p a, .post-odd p a {
	border-bottom: 1px dotted #999;
	font-weight: normal;
}
/* Content -> Comments */

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
}
#commentform textarea {
	width: 100%;
}
#commentlist .author {
	font-size: .950em;
	margin-bottom: 5px;
	color: #555;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#commentlist p a {
	background-color: #fff;
	font-size: .925em;
	line-height: 175%;
}
/* Content -> Footer and Copyright */

#footer {
	width: 100%;
	margin-bottom: 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-top: 5px;
	padding-bottom: 10px;
}
#footer .col1 {
	width: 40%;
	float: left;
	padding-left: 3%;
}
#footer .col2 {
	width: 40%;
	float: right;
	padding-right: 20px;
	text-align: right;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 165%;
}
#footer p a {
	color: #fff;
}
#footer p a:hover {
	background-color: #666;
	color: #fff;
}
#copyright {
	text-align: center;
}
#copyright p {
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#copyright p a {
	color: #fff;
}
#copyright p a:hover {
	color: #666;
}



.redbar {
background-color: #ca1717;
color: #fff;
text-align: center;
font-size: 11px;
padding-top: 3px;
padding-bottom: 3px;
}

.redbar a {
color: #fff;
border-bottom: 0px dotted #f2f2f2;
}



/* ---------------- ------------- ---------- --------- ------------ --------- ------------------ -------- */

.trace{height:32px; clear:both; background-color:#33CC00; border:3px solid #006600; color:#FFFFFF;}

.myicons {
margin : 0 3px 0px 0;
}

/*.product-cagegories ul {list-style-type:none; margin:0; padding:0;}
.product-cagegories ul li {list-style-type:none; margin:0; padding:0;}*/
.product-cagegories{
margin-top:1em;
margin-left:460px;
width:370px;
overflow:hidden;
}
.product-cagegories img { border:none;}
.category-icons-fureverfur {width:400px;}

.cat-container {width:104px; height:160px; margin-right:25px; float:left; display:inline; font-size:12px;}

.product-cagegories #66 {display:none;}

.category-icon a {border:2px solid #000; display:block; line-height:1px; padding:0; margin:0;}
.category-icon a:hover {border:2px solid  #999999;}

.category-icon span {color:#D4D4D4;}

#post-88{}
#content #post-88 p {margin-top:0; padding-top:0; margin-bottom:12px; padding-bottom:0; font-size:12px; color:#DBDBDB}

#cat_66, #cat_90 {display:none;}

.slideshow {width:200px; height:200px; overflow:hidden;}

#wrap #content .products-left { margin-top:12px;}

#wrap #content .products-left .item a {border:2px solid #000; display:block; line-height:1px; padding:0; margin:0;}
#wrap #content .products-left .item a:hover {border:2px solid  #999999;}

#wrap #content .products-left .post { margin-left:0;width:104px; margin-bottom:20px; height:120px; margin-right:25px; float:left; display:inline; font-size:12px;}
#wrap #content .products-left .top h2 { font-size:12px; text-align:left; color:#FFFFFF; font-weight:normal}

#wrap #content .products-left .top h2 a{ color:#FFFFFF; text-decoration:underline;}
#wrap #content .products-left .top h2 a:hover{ color: #CCCCCC; text-decoration:underline;}

.barhead .viewcarttop a{text-decoration:none;}
.barhead .viewcarttop a:hover{text-decoration:underline;}
