/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html {background: #EFEFEF;}
body {background: #EFEFEF url(/static/v2/bg.jpg) repeat-x top left; font-size:100%;xline-height:1.125em;}
body, td, input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  color:#555;
}


/* main layout start */
#wrap {
	font-size: 0.875em;
  margin:0px 2%;
  
}

#wrap, #navbar, #header {
	min-width:950px;
	max-width:1550px;
}

#content {
  /*padding-top:8.5em;*/
  
  
}

#content #content3 {
  width: 75%;
  float:right;
  
  }

#content #leftnav2 {
  width:23%;
  float:left;
  
}


div.box {
  border:1px solid #ccc;
  border-top:none;
  border-bottom:none;
  padding:10px;
  background:#fff;
}

table {
  background:#fff;
}



/* main layout end*/

/* main typography start */
h1 {
  color: #cc9900;
  font-size:2.5em;
  font-weight: normal;
  margin-bottom:0.5em;
}

h2 {
  color: #666;
  font-size:1.25em;
  font-weight: bold;
  padding-bottom:0.5em;
}

h3 {
  color: #333;
  font-weight: bold;
  padding-bottom:0.5em;
}



#content p {
	margin-bottom:1em;
}

a {
  color: #69c;
  text-decoration: underline;
}

a:visited {
	color: #369;
}
/*
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
	color: #c90;
}

#content h1 a:visited, #content h2 a:visited, #content h3 a:visited, #content h4 a:visited, #content h5 a:visited, #content h6 a:visited {
	color: #c60;
}
*/
#content #content3 ul, #content #content3 ol {
	padding-left:1.6em;
}

#content #content3 ol li {
	list-style: decimal;
}

#content #content3 ul li {
	list-style: disc;
}

.affi ul li {
  list-style: disc;
}

.affi ul {
  padding-left:1.6em;
}

#content #leftnav2 h3 {
  margin:0;
  padding:0;
  font-weight: normal;
}

/*#leftnav2 ol { padding:10px 0px;}*/
#content #leftnav2 p {
	margin:0;
}



/* main typography end */











/* error and notify boxes start */

div.notify {
  border:1px solid #CC9900;
  background: #ECD196;
  padding:1em;
  color:#c60;
  margin-bottom:2em;
}

#content div.notify a {
	color: #fff;
}

#content div.notify p {
	margin:0;
}

div.notify h3 {
	font-size:1.7em;
}

div.error {
  background: #c30;
  border:1px solid #600;
  color: #fc3;
}


/* error and notify boxes end */


/* forms start */

form div label input {
  
  margin-top:0.3em;
  display: block;
}

form div input.reg {
  xmargin-top:20px;
  display: block;
}

form div label {
  display: block;
  margin-bottom:0.5em;
}

table.form {
  margin-bottom:1em;
} 

table.form th, table.form td {
  padding:0;
  padding-bottom:0.5em;
} 

table.form th { width:10em; }
table.form td input { width:15em; }

/* forms end */


/* rounded boxes start */
/*
x.top_750 {  background: url(/static/v2/rounded_750_v3.png) top left no-repeat !important;}
x.bottom_750 {  background: url(/static/v2/rounded_750_v3.png) bottom left no-repeat !important;}
x.top_950 {  background: url(/static/v2/rounded_950_v3.png) top left no-repeat !important;}
x.bottom_950 {  background: url(/static/v2/rounded_950_v3.png) bottom left no-repeat !important;}
x.top_180 {  background: url(/static/v2/rounded_180_top.png) top left no-repeat !important; border-bottom:1px solid #999;padding:3px 11px;font-weight:bold;padding-top:5px;}
x.bottom_180 {  background: url(/static/v2/rounded_180_v3.png) bottom left no-repeat !important;}
*/

.top_750, .bottom_750, .top_950, .bottom_950, .top_180, .bottom_180 {
	background: #fff; border:1px solid #ccc;
}

.top_750 { border-bottom:none;}
.bottom_750 { border-top:none;}
.top_950 { border-bottom:none; }
.bottom_950 { border-top:none;}
.top_180 { background: #E7E7E7 url(/static/v2/grey_topbg.png) top left repeat-x !important; border-bottom:1px solid #999;padding:3px 10px;font-weight:bold;padding-top:4px;}
#listtitle {position:relative;padding:3px 10px;padding-top:4px;background: #E7E7E7 url(/static/v2/grey_topbg.png) top left repeat-x;border-bottom:1px solid #999;}
.bottom_180 { border-top:none;}

.wc {
  border-left:1px solid #ccc !important;
  border-right:1px solid #ccc !important;
  background:#fff;
  padding:10px 20px;
}

.wc10 {
  border-left:1px solid #ccc !important;
  border-right:1px solid #ccc !important;
  background:#fff;
  padding:0px 10px;
}

/* rounded boxes end */




#loginbox {
  float: left;
   width:50%;
}



#register {
  float: left;
  width:50%;
}
/*
.two_col { border:1px solid #bbb; background: #f7f7f7; margin-top:20px;margin-bottom:20px;}
.two_col .two_col_left, .two_col .two_col_right { float:left; }*/
b.star { color: red; }

div.clr { height:0; clear: both;}
img.icon {vertical-align: middle;}
.r {float:right;}
.square {background:#fff;padding:20px;border:1px solid #ccc;}


#footer {
  padding-top:30px;
  color: #999;

  clear: both;
  height:150px;
  
}

#footer  a {
	color: #777;
	text-decoration:none;
  
}

#footer  a:visited {
	color: #aaa;
	text-decoration:none;
  
}

#footer .bread b {
  font-weight: normal;
  padding:0px 10px;
}

#footer .footertop {
padding:10px;
padding-bottom:0;
}

#footer p {
  margin-bottom:5px;
  
}
/*
#footer p b {
  display:block;
}

#footer p a {
  display:block;
}

#footer p.categs {
  width:340px;
}
*/div.graybar {

	background: #333 url(/static/v2/steel2.png) top left repeat-x;
  position:relative;
  width:100%;
  padding:0.5em 0;
  padding-top:1em;
  overflow-x:scroll;
}

ul.prodslider li img {margin:0 auto;display:block;}

ul.prodslider {
	xpadding:0 2em;
}

ul.prodslider li {
  float:left;
  width:10em;
  text-align:center;
  min-height:10em;
}  

#content div.graybar h3 a {
  color:#ccc;
  text-decoration:none;
  font-weight:normal; 
  display:block;
}

#content div.graybar h3 a, #content div.graybar h3 a:visited{
  color:#ccc;
}


/*div.graybar {
  margin-top:10px;
  background: url(/static/v2/graybar.png) no-repeat top left;
  height:165px;
  overflow:hidden;
  position:relative;
  width:950px;
  padding-top:20px;
}

#content div.graybar h3 a {
  color:#ccc;
  text-decoration:none;
  font-weight:normal; 
  font-size:11px;
  display:block;
}

#content div.graybar h3 a:hover {
  color:#fff;
}

#content div.graybar h3  {
  
}

ul.prodslider {
  position:absolute;
  overflow:none;
  margin:0;
}

ul.prodslider li {
  float:left;

  width:158px;
  text-align:center;
}

ul.prodslider li.on {
  
}

#content ul.prodslider li.on:hover a, #content ul.prodslider li.on:hover a:hover {
}


div.slider-container {
  position:absolute;
  background: url(/static/v2/scrollbar_bg.png) no-repeat top left;
  height:17px;
  top:150px;
  left:15px;
  width:920px;
}

div.graybar .slider {
  width:880px;
  position:absolute;
  left:20px;
  height:17px;
}

div.graybar .ui-slider-handle {
  position: absolute;
  top: 2px;
  z-index: 100;
  height: 13px;
  width: 154px;
  background:url(/static/v2/slider.png) no-repeat top left;
}

div.slider-container .slideb {
  cursor: pointer;
  width:20px;
  position:absolute;
  height:17px;
}

div.slider-container .lb {
}

div.slider-container .rb {
  right:0;
}
*/


div.featured {
  background:#fff;
  position:relative;
  height:410px;
  color:#444;
  padding-bottom:3px;
  border:1px solid #ccc;
  margin-top:1em;
}


div.featured ul {
  height:410px;
  border-left:1px solid #ddd;
  position:absolute;
  width:250px;
  right:1px;
  top:0;  


}

div.featured ul li {
  padding:10px;
  padding-left:72px;
  height:61px;
  border-bottom:1px solid #ddd;
  overflow:hidden;
  cursor:pointer;
  
}

div.featured ul li.last {
  border-bottom:none;
  height:62px;
}

/*
div.featured ul li:hover {
  background:#eee;
}

div.featured ul li:hover img {
  border-color:#ddd;
}
*/
div.featured ul li h3 {
  font-size:13px;
  position:relative;
  margin:0;
  padding:0;
}

div.featured ul li h3 a,div.featured_product h3 a {
  
  text-decoration:none;
}

div.featured ul li h3 a img {
  position:absolute;
  left:-62px;
  border:1px solid #fff;
} 

div.featured_product {
  
  height:400px;
  padding-left:420px;
  padding-right: 270px;
}

div.featured_product a.bigimg {
  width:400px;
  height:400px;
  background-position: top right;
  background-repeat:no-repeat;
  display:block;
  position:absolute;
  left:10px;
}



div.featured_product h3 {
  font-size:30px;
  line-height:40px;
  padding-top:20px;
}

div.featured_product h6{
  color: #663300;
  font-size:20px;
  font-weight:normal;
  margin-bottom:20px;
}

div.featured>div {
  display:none;
}

#header {
	/*
	position:absolute;
	top:4em;
	*/
	left:2%;
	right:2%;
	height:35px;
	clear:both;
}

#header_logo{
	padding:20px 0px 10px 0px;
  float:left;
}
#header_search{
  padding:20px 0px 10px 0px;
  float:left;
}
#header_sidebuttons{
  padding:20px 0px 10px 0px;
	float:right;
}
#header_blogtitle{
  padding:20px 0px 10px 0px;
  float:left;
}

#header form {
	display:block;
	position:relative;
	bottom:0;
	left:42px;
	}

#header form input {
	outline:none;
	padding:2px;
	width:230px;
	
}

#header #sidebuttons {
	text-align:right;
	
	position:relative;
	bottom:2px;
	right:0;
	white-space: 
}

#header #toplogo {
  color: #cc9900;
  font-size:2.5em;
  text-decoration: none;
}

#header span.blogtitle {
	color: #999;
  font-size:2.5em;
}


#navbar {
	background: #3973AC url(/static/v2/blue.png) top left repeat-x;
	border-bottom: 1px solid #2D5986;
	position:relative;
	/*position:absolute;
	top:0;
	left:2%;
	right:2%;*/	
  height:35px;
	line-height:2.5em;
	font-weight: bold;
	z-index:10;
	min-width:950px;
	clear:both;
}

#navbar>ul>li {
	float:left;
	position:relative;
}

#navbar>ul>li>a {
	color: #fff;
	text-decoration:none;
	display:block;
	padding:0px 0.35em;
}

#navbar ul li.blog a {
	color: #fc3;
}

#navbar ul div.submenu {
	position:absolute;
	background: #fff;
	z-index:10;
	xdisplay:none;
	width:25em;
	line-height:1.7em;
	font-weight: normal;
	font-size:1em;
	border:1px solid #1E3854;
	top:2.8em;
	display:none;
}

#navbar ul div.right {
	right:0;
}

#navbar ul li.over div.submenu {
	display:block;
}

#navbar ul div.submenu h3 {
	background:#efefef;
	padding:0 0.5em;
	line-height:2em;
	
}

#navbar ul div.submenu ul {
	padding:0 0.5em;
}

#navbar ul div.submenu ul li {
	float:left;
	width:50%;
}

#navbar ul div.submenu ul li a {
	background: url(/static/v2/bullet.gif) no-repeat 0 50%;
	padding-left:0.7em;
}

#navbar ul div.submenu div.clr {
	height:0.4em;
}

#navbar ul li.over>a{
	background: #2D5884;
}


#navbar .menubug {
	height: 9px;
	background: url(/static/v2/menubug.gif);
	background-repeat: no-repeat;
	background-position: 1.3em 0;
	position:absolute;
	width:100%;
	top:-9px;
}

#navbar div.right .menubug {
	height: 9px;
	background-position: 22.5em 0;
}

#navbar ul li#more a {
	font-weight:normal;
}

#navbar ul div.submenu a.more{
	display:block;
	padding: 0 0.5em;
	padding-left:1.3em;
	border-top:1px solid #ddd;
	font-size:small;
}









/*


#navbar {
	background: #3973AC url(/static/v2/blue.png) top left repeat-x;
	border-bottom: 1px solid #2D5986;
	position:absolute;
	top:0;
	left:2%;
	right:2%;	
	line-height:2.5em;
	font-weight: bold;
	z-index:1100;
}

#navbar>ul {
	
}

#navbar>ul>li {
	float:left;
	
}

#navbar>ul>li a {
	color: #fff;
	text-decoration:none;
	display:block;
	padding:0px 0.5em;
}



#navbar>ul>li#more a {
	font-weight:normal;
}

#navbar ul li ul li a.more {
	xfont-size:small;
}

#navbar>ul>li.over>a {
	background: #1E3854;

}



#navbar>ul>li a:hover {
	background: #2D5884;
}

#navbar>ul ul {
	position:absolute;
	background: #1E3854;
	z-index:1000;
	display:none;
	width:15em;
	line-height:1.7em;
	font-weight: normal;
	font-size:1em;
}

#navbar>ul>li:hover>ul {
	display:block;
}




#navbar>ul ul li a {
	padding-right:0;
}

#navbar>ul ul li a img {
	display:block;
	float:left;
	margin-right:3px;
}

*/
  
#searchbox2 {
  position:absolute;
  right:0;
  top:0;
  background:red;
  height:40px;
  width:150px;
  padding:11px 10px;
  padding-left:20px;
  background: url(/static/v2/searchbar.png) 10px 7px no-repeat;
}

#searchbox2 input {
  border:none;
  background:none;
  width:120px;

  
}

#searchbox2 #searchsubmit {
  background: url(/static/v2/searchbug.png) top left no-repeat;
  width:24px;
  height:24px;
  position:absolute;
  right:12px;
  top:8px;
  display:block;
}















/*
#header2 {
  height:41px;
  position:absolute;
  top:40px;
  background: url(/static/v2/topbg.png) top left no-repeat;
  width:950px;
  background: #3973AC;
  width:100%;
  
}

*/

/*
#loginbar {
display:none;
  height:20px;
  position:absolute;
  top:12px;
	width:100%;
  
  color:#aaa;
  text-align:right;
}

#loginbar a {
 color: #6699CC;
}

#loginbar div {
	text-align:right;
	position:absolute;
	top:0;
	right:0;
	width:300px;
}
*/

/*
#header2>ul { height:40px;}

#header2>ul>li {
  float:left;
  
  line-height:40px;
  position:relative;
  background:url(/static/v2/header_inactive.png) 0px 0px no-repeat;
  margin-left:-10px;
  text-align:left;
}

#header2 ul li a, #header2 ul li b {
  display:block;
  color:#fff;
  text-decoration:none;
  padding:0 20px;
  padding-right:30px;
  font-weight:bold;
}

#header2>ul>li.last>a {
  padding-right:20px;
  }

#header2>ul>li.nolink:hover {
  min-width:0;
}
   

#header2 ul li b {
  background:url(/static/v2/header_inactive.png) 0px 0px no-repeat;
  border-right:1px solid #2D5986;
  padding-right:20px;
  font-weight:normal;
}

#header2>ul>li>a:hover {
  background:url(/static/v2/header_active.png) 0px 0px no-repeat;
}

#header2>ul>li:hover {
  background:url(/static/v2/header_inactive2.png) 0px 0px no-repeat;
  min-width:182px;
}

#header2>ul.breadcrumb>li:hover {
  min-width:0;
}

#header2 ul li#logo { margin:0;background:none; }
#header2>ul>li#logo:hover {min-width:0px;}
#header2 ul li#logo a {padding-top:12px;padding-bottom:10px;}
#header2 ul li#logo a img {display:block;margin:0;width:84px;height:17px;}
#header2 ul li#logo a:hover { background: url(/static/v2/logo_active.png) 0px 0px no-repeat; }

#header2 ul li ul {
  width:100%;
  position:absolute;
  top:39px;
  left:-999em;
  
  
}

#header2 ul li:hover ul {
  left:0;
  
}

#header2 ul li ul li {
  line-height:25px;
  background:#1E3854;
  margin:0;
  margin-right:9px;
  border-left:1px solid #2D5986;
  border-right:1px solid #2D5986;
  border-top:1px solid #2D5986;
  zoom:1;
}

#header2 ul li.last ul li {
  margin-right:0;
}



#header2 ul li ul li a:hover {
  background: #2D5884;
}

#header2 ul li ul li a {
  padding-right:0;
  font-weight:normal;
  font-size:11px;
  height:1%;
}
*/ #content .tabnav_v2 {

}

#content .tabnav_v2 ul.anchors {
  padding-top:1.5em;
  height:2em;
}

#content .tabnav_v2 ul.anchors li{
  float:left;
  margin-right:0.5em;
  position:relative;
}

#content .tabnav_v2 ul.anchors li a{
  text-decoration:none;
  padding:0px 1em;
  color:#666;
  display:block;
  line-height:2em;
  

}

#content .tabnav_v2 ul.anchors li a:hover {
  xcolor:#c90;
}

#content .tabnav_v2 div.anchor{
  display:none;
  
}

#content .tabnav_v2 ul.anchors li.on a { 
  color:#c90;
  background: #fff;
  cursor: default;
  border:1px solid #ccc;
  border-bottom:none;  
}

#content .tabnav_v2 ul.anchors li.on a:hover {
  text-decoration: none;
}
/*
#content .tabnav {
  border:1px solid #ccc;
  border-top:none;
  background:#fff;
}

#content .tabnav ul.anchors {
  height:31px;
  padding-left:10px;
  background: #F7F7F7 url(/static/line.gif) bottom left repeat-x;
  padding-top:7px;
  margin-bottom:20px;  
}

#content .tabnav ul.anchors li {
  float:left;
  margin-right:5px;
  display:inline;
  border-bottom:none;
  background:#fff;      
}

#content .tabnav ul.anchors li a {
  padding:0px 12px;
  line-height:29px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  border:1px solid #E8E8E8;
  border-bottom:0px solid;  
  background: #E8E8E8;
  font-size:11px;  
  display: block;
}

#content .tabnav ul.anchors li a:hover {

}

#content .tabnav ul.anchors li.on a { 
  cursor: text;
  background:#ffffff;
  color: #666666;
  font-weight: bold;
  border:1px solid #999999;
  border-bottom:none;    
}

#content .tabnav ul.anchors li .n {
  font-weight:normal;
  color: #999;
}

#content .tabnav ul.anchors li.on { 
  padding-bottom:1px;  
}

#content .tabnav ul.anchors li.on a:hover {
  text-decoration: none;
}
*/
#content ul.topcategs {
	padding-top:10px;

}

#content ul.topcategs li img {margin:0;}

#content ul.topcategs li {
	width:189px;
	float:left;
	text-align: center;
	height:145px;
}



#content ul.topcategs li h3 {
	font-size:16px;
	font-weight: bold;
	margin:0;
}

#content ul.categories {

	
}

#content ul.categories li {
	font-weight: bold;
	color: #666;
	float:left;
	width:18%;
	margin-right:2%;
	display:inline;
	
}

#content ul.categories li ul li{
	width: auto;
	float: none;
	display:block;
	margin:0;
	font-weight: normal;
}

#content ul.allcategories {
width:100%;
margin-top:5px;
margin-bottom:10px;

}


#content ul.allcategories li {
width: 180px;
margin-right:10px;
float:left;

display: inline;
}

#content ul.allcategories li.full {
  width:100%;
  border-bottom:1px solid #ddd;
  padding-bottom:5px;


}

#content ul.allcategories ul.big li {
  width:100%;


}

#content ul.allcategories li.full h4 {
  margin-top:10px;
  margin-bottom:5px;
}


/*#content div.attribs div.last {
  padding-bottom:5px;
  background: url(/static/v2/rounded_180_v3.png) bottom left no-repeat;
}

#content div.attribs div.last ul {
  border:none;
  padding: 0px 11px;
  
  
}


#content div.attribs div.last h3 a {
  border:none;
  padding:0px 11px;
  border-top:1px solid #ddd;
}

#content div.attribs div.last h3 a.open {
  border:none;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;  
  border-top:1px solid #ddd;
  padding:0px 10px;
}
*/
#content div.attrib h3 a {
  color: #666;
  display:block;
  text-decoration:none;
  background-image: url(/static/v2/updownbugs2.png);
  background-position: right 10px;
  background-repeat: no-repeat;
  padding:0px 0.5em;
  line-height:2.2em;  
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;  
  border-top:1px solid #ccc;
  
}

#content div.attrib h3 a:visited {
  color: #666;
}

#content div.attrib h3 a.open {
  background-position: right -90px ;
  background-color:#F4F4F4;
  color:#333;
}

#content div.attrib h3 a.open:hover {
  background-position: right -190px ;  
}

#content div.attrib h3 a:hover {
  background-position: right -290px ;
  color:#c90;
}

div.attrib ul {
  padding:0 0.5em;
  padding-bottom:0; 
}



div.attrib div.toggle {
 display:none;
 padding:0.5em 0;
 border-left:1px solid #ccc;
 border-right:1px solid #ccc;  
}



#content div.attribs ul li a {
	text-decoration: none;
	cursor:default;
	color: #555;
}

div.attribs div.moreattribs {
	padding:0 0.5em;
 	
}

div.attribs div.moreattribs ul {
	border:none;
}

div.attrib a.morelink{
  font-weight:bold;
  display:block;
  background: url(/static/v2/arrows/arrow-r.gif) no-repeat left center;
  font-size: 0.8em;
  text-decoration:none;
  padding-left:12px;
  color: #555 !important;
  margin:0.5em 0;
}

div.attrib a.open{

  background: url(/static/v2/arrows/arrow-d.gif) no-repeat left center;

}

div.attrib { /*aa*/

  margin:0;
  padding:0;
  border:none;
  padding:0;
  
}

div.attribs {
  margin-bottom:20px;
  border-bottom:1px solid #ccc;
}
/*
#content #content3 #all_values {
  margin-bottom:20px;
}

#content #content3 #all_values h3 {
  font-size:13px;
  margin:0;
  padding:10px;

}

#content #content3 #all_values li {
  float:left;
  width:130px;
  padding:0;
  margin-right:10px;
  list-style-type: none;
  
}

#content #content3 #all_values ul {
	margin:0;
	padding:0;
}
*/
.favbox {
  padding-top:2px;
}

#content .favbox h3 a {
  color: #333;
  display:block;
  text-decoration:none;
  padding:0px 5px;
  line-height:25px;
  font-size:13px;
}

#content ul.topbox li {
	padding:8px 5px;
	border-bottom:1px solid #ccc;
	position:relative;
	padding-left:65px;
}

#content ul.topbox li img {
	position:absolute;
	left:5px;
	top:9px;
}div.buttons {
  padding-top:5px;
}

div.buttons ul li {
  float:left;
  border:1px solid #bbb;  
  margin-right:5px;
  margin-bottom:5px;
  display:inline;
  
}

div.buttons ul li.hassubmenu {
  position:relative;

}

div.buttons a {
  background:#f7f7f7;
  padding:0px 8px;
  text-decoration:none;
  line-height:24px;
  display:block;
}

div.buttons a:hover {
  xbackground:#6699CC;
}

div.usercomment {
  background: #ddd;
  padding:3px 6px;
  margin-top:6px;
  margin-right:10px;
}

div.usercomment div.meta {
  font-size:10px;
  font-weight: bold;
}

div.usercomment textarea{
    width:300px;
    height:3em;
}


span.submenucontainer {
	position:relative;
}

ul.submenu {
  width:250px;
  display:block;
  position:absolute;
  z-index:1;
  padding:0 !important;
  border:1px solid #bbb;
  border-bottom:none;
  background:#f7f7f7;
  line-height:24px;
  
  display:none;
}

ul.submenu li {
  height:24px;
  float:none;
  display:block;
  margin:0;
  border:0;
  padding:0;  
  border-bottom:1px solid #bbb;
  overflow:hidden;
}

ul.submenu li a {
  display:block;
  height:24px;
  padding:0px 7px;
}
  
ul.submenu li.newlist {
  padding:5px 7px;
}  
  
ul.submenu li.newlist a {
  padding:0px 7px;
} 
  
ul.submenu li.newlist input {
  width:100px;
} 

#content a.fibutton span {
  display:none;
}

#content a.comparebutton {
  width:134px;
  height:27px;
  background: url(/static/v2/button_compare.png) top left no-repeat;
  display:block;
  float:right;
}

#content a.jumpbutton {
  width:117px;
  height:27px;
  background: url(/static/v2/button_storejump.png) top left no-repeat;
  display:block;
  float:right;
}

/*#content a.updatebutton {
  width:69px;
  height:27px;
  background: url(/static/v2/update_button.png) top left no-repeat;
  display:block;
  float:left;
}*/

#content a.favstar_inactive {
  background: url(/static/v2/stars.png) top left no-repeat;
  width:15px;
  height:15px;
  display:block;
  margin:0 auto;
}


#content a.favstar_active {
  background: url(/static/v2/stars.png) top left no-repeat;
  background-position:0 -45px;
  width:15px;
  height:15px;
  display:block;
  margin:0 auto;
}

a.favbutton {
  padding-right:20px;
  background: url(/static/v2/stars.png) no-repeat;
  background-position:75px -42px;  
}



/* Start custom button CSS here
---------------------------------------- */
.btn {
	display:inline-block;
	background:none;
	margin:0;
	padding:3px 0;
	border-width:0;
	overflow:visible;
	/*font:100%/1.2 Arial,Sans-serif;*/
	text-decoration:none;
	color:#333 !important;
	}
* html button.btn {
	padding-bottom:1px;
	}
/* Immediately below is a temporary hack to serve the 
	 following margin values only to Gecko browsers
	 Gecko browsers add an extra 3px of left/right 
	 padding to button elements which can't be overriden.
	 Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
	margin:0 -3px;
	}
.btn span {
	background:#ddd url(/static/bg-button.gif) repeat-x 0 0;
	margin:0;
	padding:3px 0;
	border-left:1px solid #bbb;
	border-right:1px solid #aaa;
	}
* html .btn span {
	padding-top:0;
	}
.btn span span {
	position:relative;
	padding:3px .4em;
	border-width:0;
	border-top:1px solid #bbb;
	border-bottom:1px solid #aaa;
	}
	
.dropdown span span {
	background: url(/static/dropdown.gif) no-repeat right 50%;
	padding-right:16px;
}

/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
.pill-l span {
	border-right-width:0;
	}
.pill-l span span {
	border-right:1px solid #bbb;
	}
.pill-c span {
	border-right-style:none;
	border-left-color:#fff;
	}
.pill-c span span {
	border-right:1px solid #bbb;
	}
.pill-r span {
  border-left-color:#fff;
}

/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
	cursor:pointer; /* important for any clickable/pressable element */
	border-color:#6699CC !important;
	color:#000;
	}
.btn:active>span {
	background-position:0 -400px;
	outline:none;
	}
.btn:focus, .btn:active {
	outline:none; /* doesn't seem to be respected for <button>, only <a> */
	}




















.btn2 {
	color:#fff !important;
	font-weight:bold;
	}

.btn2 span {
	background:#CC9900 url(/static/bg-button2.gif) repeat-x 0 0;
	border-left:1px solid #BD8E00;
	border-right:1px solid #8E6A00;
	}
	
.btn2 span span {
	border-top:1px solid #BD8E00;
	border-bottom:1px solid #8E6A00;
	}
	
/* only needed if implementing separate hover/focus/active state for buttons */
.btn2:hover span, .btn2:hover span span, .btn2:focus span, .btn2:focus span span {
	cursor:pointer; /* important for any clickable/pressable element */
	border-color:#7B5D00 !important;
	color:#fff;
	}

.btn2:focus, .btn2:active {
	outline:none; /* doesn't seem to be respected for <button>, only <a> */
	}


table.products {

border-top:none;
border-bottom:none;
width:100%;
/*margin:0px -20px;*/
}

table.products td {
padding:1em 0;
vertical-align:top;
border-bottom:1px solid #eee;
}

/*

table.products tr td.compare {
	border-left:5px solid #fff;
}




table.products tr:hover td.compare {
	border-left:5px solid #fc0 !important;
}

*/



table.products td h2 {
  margin-bottom:0;
  font-size:1.5em;
}

table.products td h2 a {
  
}

#content table.products tr:hover td {
	background:#e7e7e7;
}

table.products tr.last td {
  margin-bottom:0;
  border-bottom:none;
}

table.products tr.e td {
}

table.products tr td.image img {

  display: block;
  width:100px;
  height:100px;
}

table.products tr.e td.image img {
}

table.products tr td.desc img{
}

table.products tr td.compare {
  font-size:10px;
  color: #666;
  line-height:100%;
  text-align: center;
  width:30px;
  vertical-align:middle;
}

table.products tr td.image {
  width:110px;

}

table.products tr td.prices {
  width:12.5em;
  text-align: right;

}

table.products tr td.prices h4 {
  clear:both;
  font-size:1.5em;
  font-weight:bold;
  margin-bottom:13px;
  
}

table.products tr td.prices div.oneseller {
	
	padding-top:0.5em;
  
}


table.products img.favicon {
  vertical-align: middle;
}

#prodheader {
  margin-top:20px;


}


#prodheader #prod_desc {
  
  min-height:100px;
  position:relative;
  padding-top:10px;
}

#prodheader .proddesc2 {
  padding-left:120px;
}

#prodheader #prod_desc div.prodimg{
  position:absolute;
  left:10px;
  width:100px;
}

#prodheader #prod_desc div.prodimg small{
	display:block;
}


#prodheader #prod_desc .rating{
  margin-bottom:10px;
}



table.compare {
  border-bottom:1px solid #bbb;
  border-right:1px solid #bbb;
  width:100%;
}

table.compare td, table.compare th{
  border-top:1px solid #bbb;
  border-left:1px solid #bbb;
  padding:5px;
}

table.compare th.spacer {
  border: none;
}

table.compare tr.groupheader th {
  background: #ddd;
}

table.compare thead th img{
  

  
}

table.compare thead th {

  text-align: center;
  padding-bottom:15px;
  padding-top:10px;
}

table.compare tbody th {
  width:200px;
  background: #f4f4f4;
}

table.compare tbody tr.price td {
  font-size:18px;
  font-weight: bold;
}

table.compare tbody td {

  text-align: center;
}


table.compare tr.groupheader th h4 {
  font-size:15px;
}

.rating_stars {
  width:400px;
  height:20px;
  
}

.rating_stars .text { float:left;}

.rating_stars .stars {
  float:left;
  width:75px;
  padding-top:2px;
}

.rating_stars .ratingnum {}




#ratingheader {
  xpadding:10px 0px;
  height:30px;
}

#ratingheader #rate {
  float:right;
}

#content .review {
  position:relative;
  padding-bottom:20px;
  min-height:140px;
}

#content .review p {
  margin:0;
}

#content div.review div.reviewbubble_top {
/*background: url(/static/v2/comment.png) top left no-repeat;
border:1px solid #ccc;
border-bottom:0;
height:8px;
width:600px;*/
display:none;
}

#content div.review div.reviewbubble_bug {
background: url(/static/v2/comment_bug.png) top left no-repeat;
width:21px;
height:20px;
position:absolute;
right:21.7em;
top:15px;
}

#content div.review div.reviewbubble {
  /*background: url(/static/v2/comment_bg.png) top left repeat-y;*/
  border:1px solid #ccc;
  border-bottom:0;
  margin-right:23em;
  padding:0.8em 1em;
  /*padding:20px;
  padding-right:40px;
  padding-bottom:0;
  padding-top:10px;*/
  background: #fff;
}

#content div.review div.reviewbubble p {
  margin-bottom:0.5em;
}

#content div.review div.reviewbubble img {
  float:right;
  margin-left:0.5em;
}

#content div.review div.reviewbubble h3 {
  margin:0;
  font-weight:bold;
}

#content div.review div.reviewmeta h4 {
  font-size:16px;
  font-weight:bold;
}

#content div.review a {
  text-decoration:none;
}

#content div.review div.reviewmeta h4 a {
  color: #c90;
}

#content div.review div.reviewprocon {
  border:1px solid #ccc;
  border-top:none;
  margin-right:23em;
  padding:1em;
  padding-top:0;  
  background: #fff;  
}

#content div.review div.reviewprocon p {
  margin-bottom:0.5em; 
}

#content div.review div.reviewmeta {
  width:21em;
  position:absolute;
  right:0;
  top:0.5em;
}

#content div.review div.reviewmeta p {
  padding-bottom:10px;
}

/* commens */

#content .comments div.review div.reviewbubble {margin-right:14em;}
#content .comments div.review div.reviewprocon {padding:0;}
#content .comments div.review {min-height:0px;}
#content .comments div.review div.reviewmeta {width:12em;}
#content .comments div.review div.reviewbubble_bug {right:12.7em;}
#content .comments div.review div.reviewprocon {margin-right:14em;}

/* comments end */




#content div.review ul li {
  float:left;
  width:25%;
  height:50px;
  text-align:center;
}

#content div.review ul li img {

}


#content div.review ul {
  border-top:1px solid #ccc;
  padding-top:10px;
  height:50px;
}

#content div.comments textarea {
  width:540px;
  height:150px;
  display: block;
  margin-bottom:10px;
}


table.newlist {
  width:100%;
  margin-bottom:10px;
}

table.newlist th, table.newlist td {
  border-bottom:1px solid #ddd;
  padding:5px 0px;  
}

table.newlist th  {
  background: #f7f7f7;
  font-weight:bold;
  
}

table.newlist img {
  display:block;
  margin:0;
}

table.newlist td.c {
	text-align:center;
}

#listtitle {
    position:relative;
    z-index:2;
}

#listtitle .br2 {
	padding-right:10em;
}

#listtitle a {
	color: #666;
	text-decoration: none;
}

#content #listtitle a:visited {
	color: #999;
}

#prodnavigator {
	position:relative;
	z-index:2;
}

#prodnavigator div.orderby {
  position:absolute;
  right:0;
  top:-2.8em;
  z-index:1;
}

#prodnavigator div.orderby select {
  border:1px solid #ddd;
}

#listtitle #linktothis {
	background: url(/static/v2/link.png) no-repeat left center;
	padding-left:18px;
	position:absolute;
	right:1em;
}

#permalink_box {
	background:#eee;
	border:1px solid #ccc;
	padding:0.7em;
	width:25em;
	
	position:absolute;
	right:-1px;
  top:1.7em;
	
	z-index:1000;
	display:none;
}

#permalink_box a.closebug {
	display:block;
	width:11px;
	height:11px;
	background: url(/static/v2/close.gif) no-repeat top left;
	position:absolute;
	right:0.7em;
	top:0.7em;
}

#permalink_box input {
	width:90%;
	display:block;
	margin-top:0.5em;
	margin-bottom:1em;
}table.shops {
  width:100%;
}

#content table.hidden {
    display: none;
}

table.shops thead th {
	background: url(/static/v2/grey_topbg.png) top left repeat-x;
	font-weight:bold;
	padding:5px 2px;
	border-top:1px solid #ccc;
}

table.shops td {
  padding-bottom:5px;
  padding-top:5px;
  border-bottom:1px solid #eee;
}

#content table.shops tr:hover td {
	background:#e7e7e7;
}

#content table.shops tr.featured:hover td {
	background:#F6D283;
}

table.shops td h2 {
  margin-bottom:0;
}

table.shops tr.last td {
  border-bottom:none;
  margin-bottom:0;

}

table.shops td.priceimg {
width:60px;
padding-left:1em;
padding-right:1em;
}

table.shops img {display:block;margin:0;}


table.shops td.jump {
  width:12em;
  text-align: right;
	padding-right:1em; 
}

table.shops td.shopname {
  width:130px;
  text-align: left;
  padding-left:3px;
}

table.shops td.pricename {
    padding-right:10px;
}

table.shops td.rating {
  width:34px;
  text-align: center;
}

table.shops td.price {
  width:6em;
  text-align: right;
  font-size:1.5em;
  padding-right:1em;

}

#content table.shops td.price a {
  color: #996600;
  font-weight:bold;
  text-decoration:underline;
  
}

#content table.shops td.price a:hover {

  
}


/* ------ kiemeleses -------- */

#content table.shops tr.featured td {background: #FFEBCC;border-bottom:2px solid #fff;}
/* #content table.shops tr.featured-e td {background: #FFDFB0;border-bottom:2px solid #FF9900;} */


/* ------ kiemeleses vege -------- */

#ratings_summary tbody td, #ratings_summary thead th {
  text-align: center;
}

#ratings_summary tbody td img {
    margin:0 auto;
}

ul.storeratingcolumn {
  float:left;
  width: 450px;
  height:300px;
}


ul.shopdata li ul li {
  padding-left:15px;
  
}

ul.shopdata li ul {
  margin-bottom:15px;
  
}

#content ul.shopdata li ul li.yes {
  background: url(/static/check.gif) no-repeat 0px 5px;
  
}


table.shop_rate {
  width:100%;
  border-bottom:none;
  margin-bottom:40px;
}

table.shop_rate td.text {
  
  text-align:left;
  border-left:1px solid #bbb;
  width: auto;
}

table.shop_rate td.dontknow {
  
  width:80px;
}

table.shop_rate td {
  text-align:center;
  border-bottom:1px solid #bbb;
  padding:4px;
  width:30px;
}

table.shop_rate td.borderright {

  border-right:1px solid #bbb;
}

table.shop_rate td.bordertop {

  border-top:2px solid #bbb;
}

table.shop_rate td.strongborderright, table.shop_rate td.text {

  border-right:2px solid #bbb;
}

table.shop_rate tr.thead td.text { background: #fff;}
table.shop_rate tr.thead td {background: #ddd; font-weight: bold;}

table.shop_rate tr.s td {background: #f7f7f7;}

table.webshopreview td {
    height:2.5em;
}

table.storelist {

}

table.storelist td {
	height:4em;
}

table.storelist td.rating {
	text-align:center;
	width:12em;
}

table.storelist td.rating a {
	text-decoration:none;
}

table.storelist td.rate {
	text-align:right;
	width: 10em;
}

#pagebrowser {
  /*padding: 20px;*/
  padding-top:5px;
  text-align: center;
}

#pagebrowser div#prev_page {
  float:left;
  text-align:left;
  width:10em;
}

#pagebrowser div#next_page {
  float:right;
  text-align:right;
  width:10em;  
}
/*
#pagebrowser a {
  border:1px solid #bbb;
  text-decoration: none;
  background:#fff;
  padding:3px;
}

#pagebrowser a.selected {
  color: #FFFFFF;
  background:#6699CC;
}
*/.bl {border-left:1px solid #ccc;}
.br {border-right:1px solid #ccc;}

div.tartalom {
	padding:10px;
	background:#f7f7f7;
	margin-bottom:15px;
}#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/static/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/static/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/static/lightbox/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
.articles {

}

.articles h1 {
  margin-bottom:5px;
}

.articles h4 {
  font-size:13px;
  margin-top:10px;
}

.articles div.img {
  border:1px solid #bbb;
  padding:7px;
  float:left;
  margin-right:5px;
  text-align:center;
  background: #f7f7f7;
}

.articles div.img div.img2 {
  background:#fff;
  
}

.articles div.img div.subtitle {
  
  padding-top:5px;
  font-weight: normal;
  font-size:11px;
}

.articles div.more {
  margin-top:0px;
}

.articles div.img img{

}

.articles div.r {
  float:right;
  margin-left:5px;
}

.articles h1 a {
  text-decoration: none;
  color: #996600;
}

.articles h1 a:hover {
  background: none;
  color: #993300;
  text-decoration: underline;
}

.articles div.article div.metadata {
  font-size:11px;
  margin-bottom:10px;
  color: #666;
}


#content .articles h3 {
  font-weight:normal;
  font-size:20px;
  margin-top:1em;
  margin-bottom:0.5em;
  clear: both;
  color: #cc9900;
}


.articles .tartalom {
  padding:10px;
  background: #f4f4f4;
  border-top:1px solid #bbb;
  margin:1.5em 0;
}

.articles table {
  border-bottom:1px solid #bbb;
  border-right:1px solid #bbb;
  margin-bottom:1.5em;
}

.articles table td, .articles table th {
  border-left:1px solid #bbb;
  border-top:1px solid #bbb;
  padding:4px;
}  

.articles table th {
  background: #ddd;
} 

.articles table tr.s td {
  background: #f4f4f4;
} 

.articles table.smalltable td, .articles table.smalltable th {
  width:100px;
  text-align:center;
} 

.articles table.full {
  width:100%;
}

.articles table.right {
  float:right;
  width:200px;
  margin-left:10px;
}

.articles ul.p {
  border-top:1px solid #bbb;
  margin-bottom:1.5em;
  margin-left:2em;
  list-style-type: none;
}

#content3 .articles ul li {
  border-bottom:1px solid #bbb;
  padding:10px;
  list-style: none;
  
}

#content3 .articles ul {
  border:none;
  list-style-type: none;
  margin-bottom:10px;
}


.articles ul.p li {
  border-bottom:1px solid #bbb;
  padding:10px;
}

#content .articles table.noborder,#content .articles table.noborder td {border:none;margin:0;}
/* This file skins sliders */

.attrib div.ui-slider-container {
    clear: both;
    padding: 0 0.5em;

}

.attrib .ui-slider {
    /*width: 145px;*/
    height: 16px;
    position: relative;
    /*margin-left: 7px;
    margin-right: 7px;*/
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url(/static/v2/attribslider-bg1.gif);

}
.attrib a.ui-slider-handle {
    cursor:pointer;
    position: absolute;
    z-index: 1;
    height: 16px;
    width: 15px;
    top: 0px;
    left: 0px;
    background-image: url(/static/v2/attribslider-handle3.gif);
    margin-left: -7px;
    outline: none;
    
}

.attrib .ui-slider .ui-slider-range {
    position: absolute;
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url(/static/v2/attribslider-bg2.gif);
    width: 100%;
    height: 100%;
}

/*.attrib .ui-slider-handle-active { border: 1px dotted black;  }*/
/*.attrib .ui-slider .ui-slider-range { position: absolute; background: #3973AC; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%; }*/
/*
.attrib .ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
*/
#content .blog {

}

#content .posts {
  width: 60%;
  float:left;
  }

#content .sidebar {
  width:38%;
  float:right;
  padding-top:1.2em;
}

#content .sidebar .leftcolumn, #content .sidebar .rightcolumn {
  width:48%;
  float:left;
}

#content .sidebar .leftcolumn {
	margin-right:4%;
}

#content .posts h1 a {
	text-decoration: none;
}

#content .posts h2 {
	clear:both;
	font-size: 1.6em;
	line-height: 1.7em;
}

#content .posts h3 {
	clear:both;
	font-size: 1.3em;
	line-height: 1.35em;
}



#content .sidebar h2 {

}

#content .sidebar .sbox {
	margin-bottom:1.5em;
	xborder-bottom:1px solid #bbb;
	xpadding-bottom:0.5em;
}

#content .sidebar .sbox ul li {
	margin-bottom:0.3em;
	background: url(/static/v2/bullet.gif) no-repeat 0 0.5em;
	padding-left:0.7em;	
}

#content .sidebar .sbox ul.inline li {
	display: inline;
	padding:0;
	background:none;
}

#content .blog .post{
	margin-bottom:2em;
}

#content .blog .post .more {
	margin-top:-1em;
}

#content .blog .post p {
	margin-bottom:1em;
	font-size: 1.3em;
	line-height: 1.35em;
}

#content .blog .post .metadata {
 font-size:small;
 margin-top:-0.7em;
 margin-bottom:0.5em;
}

#content .blog .post .metadata img{
 vertical-align:middle;
}

#content .blog .post .img {
	padding:5px;
	border:1px solid #ddd;
	background:#fff;
}

#content .blog .post .r {
	float:right;
	margin-left:0.5em;
}

#content .blog .post .l {
	float:left;
	margin-right:0.5em;
}

#content .blog .post .img img {
	display:block;
}

#content .blog .post .wide {
  margin-bottom:1em;
}

#content .blog .post .wide img {
  margin:0 auto;
}

#content .blog table {
  width:100%;
}


#content .blog table td,#content .blog table th {
	font-size: 1.3em;
	line-height: 1.35em;
	border:1px solid #ddd;
	padding:0.1em 0.3em;
}

#content .blog table thead th {
	background: #E7E7E7 url(/static/v2/grey_topbg.png) top left repeat-x;
	font-weight:bold;
	
}

#content .blog table .c {
  text-align:center;
}

.blog .comments {
	margin-top:2em;
}