@import 'reset.css';
/* Global layout style */
html {overflow-y: scroll;}
body {font-family:Arial, Helvetica, sans-serif;background: #536110 url(/img/bg.jpg) no-repeat center top; color: #221313;font-size: 100,1%;
overflow-x: hidden;
}
button {cursor:pointer;}
h2 {font-family: Palatino Linotype, Georgia, "Times New Roman",; font-style: italic;font-size:24px;line-height:36px;color:#000;font-weight:400;margin-bottom:20px;}
a {color: #221313;}
a:hover {color: #663311; text-decoration: underline;
}
h3 {font-weight:400;}
.clear-fix {clear:both;font-size:0;height:0;line-height:0;overflow:hidden;}

/* Header Logo Top-banner */
.haeder {
	width: 1000px;
	margin: 0 auto;
	height: 310px;
	overflow: hidden;
}

.img-logo { 
	text-indent: -9999px; 
	overflow: hidden; 
	display: block; 
}

.haeder h1 {
	padding: 0px;
	margin: 0px;
}

.haeder  h1 a { 
	float: left;
	width: 1000px;
	height: 290px; 
	background: url('../img/logo_festyndiany.png') no-repeat;
}

.haed {clear:both;position:relative; width:1000px;display:block;margin:0 auto;padding:0; height: 30px;}
.haed .home-box, .haed .welcom-box, .haed .application-box {float: left;}
.haed .home-box {width:138px;}
.haed .home-box ul { padding:0; margin:0; list-style:none; border:0;}
.haed .home-box ul li.home a {float: left; background: url('../img/haed_home.gif') no-repeat 0 0;  height: 11px;  width: 11px; margin: 0 18px 0 0; padding: 0;}
.haed .home-box ul li.home a:hover {background-position: 0 -11px;}
.haed .home-box ul li.maps a {float: left; background: url('../img/maps.gif') no-repeat 0 0;  height: 12px;  width: 10px; margin: 0 18px 0 0; padding: 0;}
.haed .home-box ul li.maps a:hover {background-position: 0 -12px;}
.haed .home-box ul li.email a {float: left; background: url('../img/mail.gif') no-repeat 0 0;  height: 9px;  width: 13px; margin: 2px 18px 0 0; padding: 0;}
.haed .home-box ul li.email a:hover {background-position: 0 -9px;}
.haed .welcom-box {width:716px; height: 30px;}
.haed .welcom-box h2 {font-size: 80%; padding: 0; color: #FFF; line-height:18px; height: 30px; font-weight: bold; margin-bottom:0px; font-style: normal;}
.haed .application-box {width:146px;}
.haed .application-box img {float: right; margin: 0 0 0 5px; padding:0;}
/*top-menu*/
#top-menu {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

ul.classic { list-style: disc; }
div.section { clear: both; padding-top: 50px; }

ul.dropdown, ul.dropdown li, ul.dropdown ul {list-style: none;margin: 0;padding: 0;}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
	padding-left: 1px;
	padding-bottom: 10px;
	width:1000px;
}

ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}

ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

ul.dropdown ul li {
	float: none;
}

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}
/*Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 */

/* First-level expected directory tag - li */

ul.dropdown li {
	padding: 5px;
}

ul.dropdown *.dir {
	padding-right: 30px;
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

/* Non-first level */
ul.dropdown ul *.dir {
	padding-right: 15px;
	background-image: url(../images/nav-arrow-right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

ul.dropdown ul ul *.dir {
	background-image: url(../images/nav-arrow-right2.png);
}

/* Components override */
ul.dropdown-vertical *.dir {
	background-image: url(../images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
	padding-right: 15px;
	background-image: url(../images/nav-arrow-left.png);
	background-position: 0 50%;
}

/*@section	Base Drop-Down Styling  */
/* ALL LEVELS (incl. first) */

ul.dropdown {
	font: bold 13px/normal Arial, Helvetica, sans-serif;
}

ul.dropdown li {
	background-color: #663311;
	color: #fff;
}

/* Links */
ul.dropdown a:link, ul.dropdown a:visited, ul.dropdown .link a:hover { color: #fff; text-decoration: underline;}
ul.dropdown .link a { color: #fff; text-decoration: none;}
ul.dropdown a:hover {
	border-top-color: #89AD06 !important;
	border-left-color: #89AD06;
	background-color: #89AD06;
	color: #fff;
}

ul.dropdown ul a.dir:hover { /* proposal */
	background-color: #89AD06;
	background-image: url(../images/comnav-arrowon.png);
	color: #fff;
}

ul.dropdown a:active {
	background: #058acf url(../images/nav-sub-press.png) 0 0 repeat-x !important;
	color: #fff;
}

/* NON-FIRST LEVEL */
ul.dropdown ul {
	left: auto;
	right: 0;
	width: 190px;
	margin-top: -1px;
	border-top: 1px solid #1a1a1a;
	border-left: solid 1px #4c4c4c;
	font: bold 11px/1em Tahoma, Geneva, Verdana, sans-serif;
}

ul.dropdown ul li {
	background-color: #3a3a3a;
}

ul.dropdown ul ul {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	border-top: none;
	border-left: none;
	font-weight: normal;
}

ul.dropdown ul ul li {
	background-color: #4c4c4c;
}

ul.dropdown ul ul ul li {
	background-color: #595959;
}

/* Mixed */
ul.dropdown li a, ul.dropdown *.dir {
 border-style: solid;
 border-width: 1px;
 border-color: #404040 #1a1a1a #1a1a1a #505050;
}

ul.dropdown ul li a, ul.dropdown ul *.dir { border-color: #4a4a4a #242424 #242424; border-left: none; }
ul.dropdown ul ul li a, ul.dropdown ul ul *.dir { border-color: #595959 #333 #333; }
ul.dropdown ul ul ul li a, ul.dropdown ul ul ul *.dir { border-color: #767676 #404040 #404040; }
ul.dropdown a, ul.dropdown span {
	display: block;
	padding: 5px 19px;
}

/* @section	Base Style Override */
ul.dropdown li {
	padding: 0;
}

ul.dropdown ul a, ul.dropdown ul span { /* POI, proposal: override abstract a, span */
	padding: 8px;
}

/* @section		Base Style Reinitiate: post-override activities */
ul.dropdown *.dir { /* POI */
	padding: 5px 19px;
}

ul.dropdown ul *.dir {
	padding: 8px 30px 8px 8px;
}

/*@section	Custom Styles */
ul.dropdown ul a {
	width: 173px;
}

ul.dropdown ul a.dir {
	width: 151px;
}

/* @section		Support Class `open` Usage
 * @source		js, artificial
 */

ul.dropdown *.open {
	background-color: #3d3d3d;
}

ul.dropdown ul *.open {
	background-color: #4c4c4c;
	background-image: url(../images/comnav-arrowover.png);
	color: #fff;
}

ul.dropdown ul ul *.open {
	background-color: #595959;
	background-image: url(../images/comnav-arrowover2.png);
	color: #fff;
}

/* Override UPPER TWO definitions */
ul.dropdown a.open:hover {
	background-color: #89AD06;
	color: #fff;
}

ul.dropdown ul a.open:hover {
	background-image: url(../images/comnav-arrowon.png);
	color: #fff;
}

/* Clone in CSS 2 */
ul.dropdown li:hover > *.dir {
	background-color: #3d3d3d;
}

ul.dropdown ul li:hover > *.dir {
	background-color: #4c4c4c;
	background-image: url(../images/comnav-arrowover.png);
}

ul.dropdown ul ul li:hover > *.dir {
	background-color: #595959;
	background-image: url(../images/comnav-arrowover2.png);
	color: #fff;
}

/* Override UPPER TWO definitions */
ul.dropdown li:hover > a.dir:hover {
	background-color: #89AD06;
	color: #fff;
}

ul.dropdown ul li:hover > a.dir:hover {
	background-image: url(../images/comnav-arrowon.png);
	color: #fff;
}
/* end top-menu*/

/*container krutilka*/

.container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

.main {
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}

/*--Main Image Preview--*/
.main_image {
	width: 598px; height: 456px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	z-index: auto;
}

.main_image h2 {
	font-size: 140%/80%;
	font-weight: normal;
	margin: 0 0 5px;	
	padding: 0 10px;
}

.main_image h2 a {
	color: #FFF;
}

.main_image p {
	font: 100%/130% Arial, Helvetica, sans-serif;
	padding: 10px;	
	margin: 0;
}

.block small { 
	padding: 0 0 0 20px; 
	background: url('../img/icon_calendar.gif') no-repeat 0 center; 
	font-size: 86%; 
}

.main_image .block div {margin: 8px 0 0 10px;}
.block div {padding: 0 0 0 20px; background: url('../img/icon_calendar.gif') no-repeat 0 center; font-size: 86%; }
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}

.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}

.main_image a.collapse {
	background: url('../img/btn_collapse.gif') no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}

.main_image a.show {background-position: left bottom;} 

.image_thumb {
	float: left;
	width: 381px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}

.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}

.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}

.image_thumb ul li{
	margin: 0; padding: 12px 10px;
	background: #f0f0f0 url('../img/nav_a.gif') repeat-x;
	width: 361px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}

.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}

.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}

html .image_thumb ul li h2 {
	font-size: 110%; 
	margin: 5px 0; 
	padding: 0;
	display: inline;
}

.image_thumb ul li h2 a {
	color: #000;
	text-decoration: none;
}

.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 288px;
}	

.image_thumb ul li p{display: none;}
/* end container krutilka*/

/*Carousel*/
.infiniteCarousel {
  width: 1000px;
  position: relative;
  margin: 10px auto;
  height: 106px;
  z-index:1;
}

.infiniteCarousel .wrapper {
  width: 920px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #AFDF0D;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url('../images/arrow.png') no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
/* end Carousel*/

/*content*/
#main-post {clear:both;position:relative; width:1000px;display:block;margin:0 auto;padding:0;}
#main-post .left-box, #main-post .center-box, #main-post .right-box, #main-post .left-center-box {float: left;}
#main-post .left-box  {width:190px;}
#main-post .center-box {width:570px;}
#main-post .right-box {width:240px;}
#main-post .left-center-box {width:760px;}

#main-post .left-box img {
	padding-bottom: 10px;
}

.button { padding-top: 5px;}
a.left-button {
  float: left;
  display: block;
  width: 190px;
  height: 38px;
  background: url('../img/190_button.png') no-repeat;
  margin-top: 0px;
  color: #C5F325;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

a.right-button {
  float: right;
  display: block;
  width: 240px;
  height: 38px;
  background: url('../img/240_button.png') no-repeat;
  margin-top: 0px;
  color: #C5F325;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

.button a:hover {
	color: #FFF;
	text-decoration: underline;
	
}

#container-header {
	width: 560px;
	height: 9px;
	line-height: 0px;
	margin: 0 auto;
	text-align: center;
	background: url('../img/h_bg.png') no-repeat center bottom;
}

.container-main {
	width: 560px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding: 0;
	background: url('../img/main_bg.png') repeat-y center top;
}	

.container-main h1 {
	font-size:140%;
	padding: 0 20px 0 25px;
	line-height:28px;
	margin: 20px 0;
	padding:0 20px 0 25px;
	color: #221313;
}

.container-main h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:120%;
	font-weight:normal;
	line-height:28px;
	margin:0;
	padding: 0 20px 0 25px;
	color: #221313;
}

.container-main p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
	line-height:130%;
	margin:0;
	padding:10px 20px 0 25px;
}
.container-main .next {
	padding: 0 20px 0 25px;
	
}

.container-main .next a {
	color:#221313;
	font-size:90%;
	line-height:36px;
	text-decoration: underline;
}

.container-main .next a:hover {
	color: #663311;
	text-decoration: none;
}
.container-main .content {
	padding: 10px 20px 0 25px;
}

.content .toste { 
	font-family:Arial,Helvetica,sans-serif;
	font-size:70%;
	margin:0;
	padding-bottom: 8px
	
}

.content p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:90%;
	line-height:140%;
	margin:0;
	padding:8px 0 0 0;
}

.content h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:120%;
	font-weight:normal;
	line-height:28px;
	margin:0;
	padding: 0;
	color: #221313;
}

.content p a, .content h1 a {
	color:#221313;
	text-decoration: underline;
}

.content p a:hover, .content h1 a:hover {
	color: #663311;
	text-decoration: none;
}

/*gallery*/
#gallery {width: 100%; padding-top: 20px; }
#gallery ul {list-style: none; }
#gallery ul li { display: inline;}

#gallery ul img {  
	border: 5px solid #7EA206;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-width: 5px 5px 20px;
 }
 
#gallery ul a:hover img {
	border: 5px solid #AFDF0D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-width: 5px 5px 20px; 
	color: #fff;
}

#gallery ul a:hover {color: #fff;}

#jquery-overlay {position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;}
#jquery-lightbox {position: absolute;top: 0;left: 0;width: 100%;z-index: 10000;text-align: center;line-height: 0;}
#jquery-lightbox a img {border: none;}
#lightbox-container-image-box-top {width: 100%;}
#lightbox-container-image-box-top-left {width: 10%;height: 1px;position: relative;margin: 0 auto;float: left;z-index: 10;display: inline;text-align: left;}
#lightbox-container-image-box-top-middle {width: 80%;padding-top: 5px;height: 5px;position: relative;margin: 0 auto 0 0px;float: left;z-index: 5;display: inline;}
#lightbox-container-image-box-top-middle div.progress {width: 80%;padding-top: 5px;	height: 5px;position: relative;	margin: 0 auto 0 0px;float: left;background-color: #e4e4e4;z-index: 5;display: inline;}
#lightbox-container-image-box-top-right{width: 10%;	height: 1px;position: relative;	margin: 0 auto;	float: right;text-align: right;	z-index: 10;display: inline;}
#lightbox-container-image-box{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#lightbox-container-image{height: 100%;	padding: 10px;}
#lightbox-loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#lightbox-nav{position: absolute;top: 32px;left: 0;height: 100%;width: 100%;z-index: 10;}
#lightbox-container-image-box > #lightbox-nav {left: 0;}
#lightbox-nav a {outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {width: 49%; height: 100%; zoom: 1; display: block; }
#lightbox-nav-btnPrev {left: 0; float: left; }
#lightbox-nav-btnNext {right: 0; float: right;}
#lightbox-container-image-data-box {font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; text-align: left;}
#lightbox-container-image-data #lightbox-image-details {width: 70%;	float: left;text-align: left;}
#lightbox-image-details-caption {font-weight: bold;	display: block;	height: 25px;line-height: 25px;	vertical-align: middle;}
#lightbox-image-details-currentNumber {display: block; clear: left; padding-bottom: 1.0em; display: inline; height: 16px; line-height: 16px; vertical-align: middle;}
#lightbox-image-details-previous-image, #lightbox-image-details-previous-text, #lightbox-image-details-next-image, #lightbox-image-details-next-text {display: inline; height: 25px; line-height: 25px; vertical-align: middle; 	cursor: pointer; cursor: hand;}
/*end gallery*/

/*gallery prew*/
#gallery_prew {width: 100%; padding-top: 20px; }
#gallery_prew ul {list-style: none; }
#gallery_prew ul li { display: inline;}

#gallery_prew ul img {  
	border: 5px solid #7EA206;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-width: 5px 5px 5px;
 }
 
#gallery_prew ul a:hover img {
	border: 5px solid #AFDF0D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-width: 5px 5px 5px; 
	color: #fff;
}

#gallery_prew ul a:hover {color: #fff;}

#jquery-overlay {position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;}
#jquery-lightbox {position: absolute;top: 0;left: 0;width: 100%;z-index: 10000;text-align: center;line-height: 0;}
#jquery-lightbox a img {border: none;}
#lightbox-container-image-box-top {width: 100%;}
#lightbox-container-image-box-top-left {width: 10%;height: 1px;position: relative;margin: 0 auto;float: left;z-index: 10;display: inline;text-align: left;}
#lightbox-container-image-box-top-middle {width: 80%;padding-top: 5px;height: 5px;position: relative;margin: 0 auto 0 0px;float: left;z-index: 5;display: inline;}
#lightbox-container-image-box-top-middle div.progress {width: 80%;padding-top: 5px;	height: 5px;position: relative;	margin: 0 auto 0 0px;float: left;background-color: #e4e4e4;z-index: 5;display: inline;}
#lightbox-container-image-box-top-right{width: 10%;	height: 1px;position: relative;	margin: 0 auto;	float: right;text-align: right;	z-index: 10;display: inline;}
#lightbox-container-image-box{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#lightbox-container-image{height: 100%;	padding: 10px;}
#lightbox-loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#lightbox-nav{position: absolute;top: 32px;left: 0;height: 100%;width: 100%;z-index: 10;}
#lightbox-container-image-box > #lightbox-nav {left: 0;}
#lightbox-nav a {outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {width: 49%; height: 100%; zoom: 1; display: block; }
#lightbox-nav-btnPrev {left: 0; float: left; }
#lightbox-nav-btnNext {right: 0; float: right;}
#lightbox-container-image-data-box {font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; text-align: left;}
#lightbox-container-image-data #lightbox-image-details {width: 70%;	float: left;text-align: left;}
#lightbox-image-details-caption {font-weight: bold;	display: block;	height: 25px;line-height: 25px;	vertical-align: middle;}
#lightbox-image-details-currentNumber {display: block; clear: left; padding-bottom: 1.0em; display: inline; height: 16px; line-height: 16px; vertical-align: middle;}
#lightbox-image-details-previous-image, #lightbox-image-details-previous-text, #lightbox-image-details-next-image, #lightbox-image-details-next-text {display: inline; height: 25px; line-height: 25px; vertical-align: middle; 	cursor: pointer; cursor: hand;}
/*end gallery prew*/

.strut {
	clear:both;
	display:block;
	height: 40px;
}

#container-footer {
	width: 560px;
	height: 9px;
	line-height: 9px;
	margin: 0 auto;
	text-align: center;
	background: url('../img/f_bg.png') no-repeat center top;
}

/*end content*/

/*banners*/
.banners {
	float: right;
	width: 240px;
}
.banners img {
	padding-bottom: 10px;
}
/*end banners*/



/*footer*/
#footer {	
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	height: 120px
}

#footer .menu { padding-top: 20px; margin:0; width:1000px; float:left;}
#footer .menu ul { padding:0; margin:0; list-style:none; border:0;}
#footer .menu ul li { float:left; margin:0; padding:0 0 0 3px; border:0;}
#footer .menu ul li a { float:left; margin:0; padding:21px 31px 17px 0; color:#fff; text-decoration: none;}
#footer .menu ul li a span { margin:0; padding:21px 0px 17px 7px; color:#fff; font: bold 11px Arial, Helvetica, sans-serif; text-decoration:none;}
#footer .menu ul li a:hover { background:url(../img/r_menu.png) no-repeat right; text-decoration: none}
#footer .menu ul li a:hover span { background:url(../img/l_menu.png) no-repeat left;}
#footer .menu ul li a.active { background:url(../img/r_menu.png) no-repeat right;}
#footer .menu ul li a.active span { background:url(../img/l_menu.png) no-repeat left;}


/*end footer*/

/*comments*/
.seller-comments .comments {font-family:"Trebuchet MS",Arial; font-size:18px; margin-top:20px; font-weight:400; }
.seller-comments .comments img {margin: 10px 8px 0 0;}
.seller-comments .comments .comments-icon {background:url('../img/comments.png') left top no-repeat; display:block; width: 24px; height: 24px; float: left; padding: 0 5px 0 0; margin-top: 15px;}
.seller-comments .comments .comment-icon {background:url('../img/comment.png') left top no-repeat; display:block; width: 24px; height: 24px; float: left; padding: 0 5px 0 0; margin-top: 15px;}
.seller-comments .comments span {float: left; padding-top: 18px; }
.seller-comments .comments .comment-form { padding-top: 8px;}
.seller-comments .comment-user { padding-left: 5%;}
.seller-comments .comments .user { padding-bottom: 4px;}
.seller-comments .reply {font-family:"Trebuchet MS",Arial; font-size:13px;}
.seller-comments a.spllink-reply {color:#00B5E5; font-family:"Trebuchet MS",Arial; font-size:13px;}
.seller-comments p.auto-reg { padding-top: 20px;}
a.spllink {float: left; padding: 18px 0 8px 0;}
.splcont {display: none; cursor: pointer;}

/*error 404*/
.error {margin-top:40px; margin-bottom: 400px; text-align:center;}
.error h1 {color:#C5F325;font-size:200%;padding:0.25em 1em 3em 0;}
.error p.lin {font-size:100%;margin-bottom:15px;color:#C5F325;}


/**/
#box-table-a {
	border-collapse:collapse;
	font-family:"Trebuchet MS",Arial;
	margin:0px;
	text-align:left;
	width:100%;
}

#box-table-a th {
	border:1px solid #89AD06;
	border-top:4px solid #89AD06;
	color:#221313;
	font-size:13px;
	font-weight:normal;
	padding:4px;background: #A0CD07; 
}

#box-table-a td {
	padding: 4px;
	background: #E9FCA7; 
	border-bottom: 1px solid #89AD06;
	border-left: 1px solid #89AD06;
	border-right: 1px solid #89AD06;
	color:#221313;
	border-top: 1px solid transparent;
	font-size:14px;
	vertical-align: middle;
}

#box-table-a tr:hover td {background: #D8FA63;	color:#221313;}























