/* COMMON STYLES */
html {
	margin: 0 auto;
	padding: 0;
	 width:100%;
}

body {
	color: #999999;
	margin: 0px auto;
	padding: 0px;
	 width:100%;
	 line-height:1;
	background-color:#222222;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(../images/testimonial_bg.png) top left repeat;

}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
p {
	margin-bottom: 20px;
}
a, a:visited {
	color:#d06464;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	padding: 4px;
    background: #eee;
    border: 1px solid;
    border-color: #ddd #eee #eee #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	margin-left:0;
	margin-right:0;
	/* behavior: url(border-radius.htc);  */
}
select {
	padding: 4px;
    background: #eee;
    border: 1px solid;
    border-color: #ddd #eee #eee #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	/* behavior: url(border-radius.htc);  */
}
label {
	cursor: pointer;
}
h1, h2, h3, h4 {
	/* font-family: 'Lobster', cursive; */
	color:#777777;
	font-weight:300;
	margin:0 0 20px 0; line-height:1.1;
}
h1 {
	font-size:36px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:21px;
	margin:0 0 15px 0;
}
h5 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
}
h6 {
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px 0;
}
h2.heading-title {
	font-size:30px;
	background:url(../image/divider_full.png) 0 50% no-repeat;
}

h2.heading-title span {
	padding:0 12px;
	background:url(../image/back_body.jpg) top left repeat;
}
.clear {
	clear:both;
	font-size: 0;
	line-height: 0;
	height: 0
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/* LAYOUT */
#container {
	width: 100%;
	margin:0 auto;
	text-align: left;
	position:relative;
	z-index:1;
}
#column-left {
	float: left;
	width: 220px;
}
#column-right {
	float: right;
	width: 220px;
}
#content_holder {
	margin-bottom: 25px;
	position: relative;
  	z-index: 10;
}
#content {
	min-height: 200px;
	margin-bottom: 25px;
}
.content-column-left {
	margin-left: 255px;
}
.content-column-right {
	margin-right: 255px;
}
.inner {
	margin:0 auto;
	width:988px;
}
/* HEADER */
#header {
	width:100%;
	min-width:988px;
	height:70px;
	position: relative;
/*  	z-index:20;  */
	clear:both;
	margin: 0 auto;
	padding: 0;
}
#header #headerbk{
background:url(../images/back_stitch_dark.png) top left repeat-x;
	width:100%;
	height:75px;
	min-width:988px;
}
#header .inner {
	position:relative; min-width:1020px !important; 
}
#header #logo {
	width:247px;
	float:left;/*  display:none; */
	margin:7px 5px 0 25px;
}
#logo a {
	display:block;
	width:247px;
	height:86px;
}
ul.main_menu {
	margin:22px 0 0 0;
	padding:0;
	list-style:none;
}
ul.main_menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
ul.main_menu li.warning {
	background:url(../images/nav_arrow.png) 110% 22px no-repeat;
}
ul.main_menu li ul.secondary {
	display:none;
	margin:0;
	padding:0;
	background-color:#333;
	position:absolute;
	top:45px;
	left:7px;
	width:150px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
ul.main_menu li ul li{
	padding:0;
	margin:0;
	display:block;
	float:left;
}
ul.main_menu li a{
	color:#f5f5f5;
	font-size:12px;
	font-weight:bold;
	padding:15px;
	text-decoration:none;
	display:block;
}
ul.main_menu li a b {
	color:#D06464;
	font-weight:bold;
}
ul.main_menu li a:hover, ul.main_menu li a.active{
	color:#d06464;
}
.menu_left {
	float:left;
	width:385px;
	text-align:left;
	display:block;
	position:relative;
	z-index:399;
}
.menu_left li {
	float:right;
}
ul.main_menu li ul li a {
	color:#f5f5f5;
	font-size:12px;
	font-weight:bold;
	padding:8px;
	text-decoration:none;
	display:block;
	width:134px;
}
.menu_right {
	float:left;
	/* width:385px; */
	text-align:right;
	display:block;
	position:relative;
	z-index:400;
}
.menu_right li {
	float:left;
}
#header #welcome {
    color: #999999;
    float: right;
    margin:50px 0px 20px 0;
    text-align: right;
	white-space:nowrap;
}
#header #welcome a {
	font-weight:bold;
	text-decoration:none;
}
/* DROP-DOWN MENU */
.menu {
	padding:25px 0 0 10px;
	position:relative;
	z-index:299;
}
.menu ul#topnav {
	margin:0;
	padding:0;
}
.menu ul#topnav li:after {
	width:2px;
	height:50px !important;
    content: "";
    position:absolute !important;
	margin-top:5px;
    background: transparent url('menu_spacer.png') no-repeat;
}
.menu ul#topnav li.last:after {
background:none;
}
.menu ul#topnav ul  li:after {
background:none;
}
.menu ul#topnav li {
	display: block;
    float: left;
    list-style: none;
    margin:0;
    position: relative;
	z-index:1099;
	height: 50px;
	line-height: 20px;
}
.menu ul#topnav li.dropdown {
	background:url(../images/nav_arrow.png) 100% 20px no-repeat;
}
.menu ul#topnav li a {
    color: #CECFD1;
    display: block;
    float: left;
/*    font-size: 15px; 
    font-weight: bold; */
    padding: 12px 20px;
    text-decoration: none;
    white-space: nowrap;
}
.menu ul#topnav li.selected a{
    color: #F19A52;
}
.menu ul#topnav li:hover {
	z-index:1600;
	position:relative;	
}
.menu ul#topnav li:hover a {
	color:#F19A52;
}
.menu ul#topnav li.dropdown:hover a {
	background-color:#303030;	
}
.menu ul#topnav ul.children {
	position:absolute;
	display:none; 
	width:179px;  
	top:44px; 
	left:0;
	z-index:9998;
	padding:12px 0px 20px 0px;
	margin:0;
	background: url('../images/back_drop.png') bottom left no-repeat;
	float:left;
}
.menu ul#topnav ul.children2 {
	position:absolute;
	display:none; 
	width:179px; 
	top:0px; 
	left:178px;
	z-index:9999;
	padding:0px 0px 20px 0px;
	margin:0;
	background: url('../images/back_drop.png') bottom left no-repeat;
	float:left;
}
.menu ul#topnav ul.children li {
	float:left;
	clear:both;
	height:auto; 
	border-bottom:1px dotted #666;
	position:relative;
	margin:0;
	padding:0;
}
.menu ul#topnav ul.children a, .menu ul#topnav li:hover ul.children a {
	display:block;
	width:160px; 
	height:auto; 
	padding:7px 4px 7px 15px; 
	float:left;   
	font-size:12px;
	font-weight:normal;
	background:none;
	text-align:left;
	text-transform:none;
	color:#f1f1f1;
	border:none;
	margin:0;
}    
.menu ul#topnav ul.children a:hover, .menu ul#topnav li:hover ul.children li {
	background:none;
}
.menu ul#topnav ul.children li.dropdown, .menu ul#topnav li:hover ul.children li.dropdown {
	background:url(../image/nav_arrow2.png) top right no-repeat;
}  
.menu ul#topnav ul.children li a:hover {
	background:none;
	background-color:#f1f1f1;
	color:#333;
}
/* SLIDESHOW */
#slideshow_big {
	margin: 0 auto;
	padding: 0;
	width:100%;
	min-width:988px;
	background:url(pattern-top1.png) top left repeat-x;
	/* background: url('../image/shadow_big.png') bottom center no-repeat; */
	/* margin-bottom:30px; */
}
#slideshow_big .inner {
	height:490px;
	/* padding:0 0 21px 0; */
}
#big_slider {
	 width:988px;
	 height:490px;
	 margin:0 0px;
	 -webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
 }
 
 .image_ban{
    display: inline-block;  
}
.first_block{ 
	position:absolute;
	top:25%;
	left:5%;
	height:auto;
	font-family:'myriad pro';
	line-height:1;
	padding:5px 0;
	z-index:200;
	font-size:5em;
	text-align:left; 
	color:#FFFEFF;
	}
	.first_block span{color:#F77900;}
	.second_block{position:absolute;
	top:50%;
	left:5%;
	height:auto;
	font-family:'myriad pro';
	line-height:1;
	padding:5px 0; 
	z-index:200;
	font-size:3em;
	text-align:left;
	color:#FFFEFF;
	}
.third_block{ 
	position:absolute;
	top:60%;
	left:5%;
	height:auto;
	font-family:'myriad pro'; 
	z-index:200; 
	font-size:1.5em;
	line-height:1.5;
	width:50%;
	text-align:left;
	color:#FFFEFF;
 }


/* NEWS BAR*/

#newsbar {
	width:100%;
	height:70px;
	min-width:988px;
/* 	margin-bottom: 30px; 
	padding-bottom: 4px;*/
	position: relative;
	z-index:20;
	/* background:url(../images/back_stitch_dark.png) top left repeat-x; */
	clear:both;
	margin: 0 auto;
	padding: 0;
}
#newsbar #newsbarbk{
background:url(../images/back_stitch_dark.png) top left repeat-x;
	width:100%;
	height:75px;
	min-width:988px;
}
#newsbar .inner {
	position:relative; min-width:988px !important; 
}
#newsbar .news_left { 
position:relative;
float:left; width:75%;
height:75px; margin-left:20px;
}
#newsbar .news_right { 
position:relative;
float:right;width:20%;
height:75px;margin-right:20px;
}
 .contact_button{
    display: inline-block; 
	margin:19px 0 0 0;
	width:100%;
	height:40px;
	float:left;
	background:url(../images/button.png)   repeat-x;
	-moz-border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px  ;
	-khtml-border-radius:5px 5px 5px 5px  ;
	border-radius:5px 5px 5px 5px  ;
	/* behavior: url(border-radius.htc); */
}
.contact_button a{
	position:absolute;
	padding:10px 0 0 0 ;
	font-size:1.2em;
	color:#fff;
	width:100%;
	height:40px;
	font-family:'gotham';
	font-weight:bold;
	line-height:1;
	text-align:center;
	text-decoration:none;
}
 .news_button{
    display: inline-block; 
	margin:19px 0 0 0;
	width:124px;
	height:40px;
	float:left;
	background:url(../images/button.png)   repeat-x;
	-moz-border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px  ;
	-khtml-border-radius:5px 5px 5px 5px  ;
	border-radius:5px 5px 5px 5px  ;
	/* behavior: url(border-radius.htc); */
	
}
.news_icon{ 	
	position:absolute;
	left:10px;
	background:url(../images/news_icon.png)   no-repeat;
	padding:0 0 5px 0; 
	z-index:200;
	width:36px;
	height:35px;
	}
.text{
	position:relative;
	font-size:1.8em; 
	color:#fff;
	width:100%; 
	float:left;
	text-align:right;
	height:40px; 
	margin:3px  0 0 -10px; 
}
#scroll_news{
	float:left; 
	position:relative;
	padding: 30px 20px 20px; 
	font-size:1.2em;
	color:#fff;
	font-family:'myriad pro';
	line-height:1;
	width:70%;
}
.news_slider li a {
	position:relative;
/* 	padding: 30px 20px 20px;  */
	font-size:1.2em;
	color:#fff;
	font-family:'myriad pro';
	line-height:1;
}
/* NEWS BAR*/
/* testimonial */
#testimonial {
	margin: 0 auto;
	padding: 0;
}
#testimonial .testimonialbk{
background:url(../images/testimonial_bg.png) top left repeat-x;
	width:100%;
	height:120px;
	min-width:988px;
}
#testimonial .testimonial_left { 
position:relative;
float:left; width:48%;
 margin-left:20px;
}
#testimonial .testimonial_right { 
position:relative;
float:left; width:48%;
 margin-right:0px;
}
.testimonial_left_set{
margin:20px 0px 0 0 ;
}
.testimonial_icon{
    display: inline-block; 
	width:85px;
	height:77px;
	float:left;
	background:url(../images/testimonial_icon.png)  no-repeat;
}
.testimonial_text{
	position:relative;
	float:left;
	margin:10px 20px 0 20px ;
	font-size:3.5em;
	color:#454545;
	font-family:'myriad pro';
	height:40px; 
	font-weight:bold;
	line-height:1;
}
.textimonial_box{
background: #FEFEFE;
border:1px solid #BDBCBD;
	height:89px;
	margin-top:10px;
}
#scroll_testimonial{
margin-left:10%;height:89px;
}
#scroll_testimonial .bx-window{ height:100px;}
#scroll_testimonial .pager{ padding:0px;}
#scroll_testimonial li{ height:100px;}
#scroll_testimonial li p{  padding:0;margin:0;}
.testimonial_title{
	width:90%;
	color:#ea5301;
	font-family:'myriad pro';
	line-height:1;
	font-size:1.4em;
	text-align:left;
 }
.testimonial_title blockquote{
margin:2px auto; padding:0px;
}
.testimonial_title blockquote:before {
  content: "\201C";
}
.testimonial_title blockquote:after {
  content: "\201D";
}
.testimonial_title blockquote > p:first-child {
  display: inline;
}
.testimonial_content{ 
	width:70%;
	color:#848484;
	font-family:'myriad pro';
	line-height:1.1;
	font-size:1.1em;
	text-align:left;
  }
.testimonial_author{ 
	color:#000000; 
	float:right;
	position:relative;
	margin-right:20px;
	font-style: italic;
	font-size:1em; 
	font-weight:bold;
 } 
/* testimonial */
/* Home TAB */
#tripty-wrapper{
	margin: 0 auto;
	padding: 0;
}

#tripty{
background:url(../images/tab_bg.png) top left repeat;
	width:100%;
	/* height:560px; */
	min-width:988px;
	padding-bottom:20px;
}
.tripty-left{
 margin:20px 10px 0px;width:470px; float:left;
}
.tripty-right{
 margin:20px 10px 0px;width:470px;float:left;
}
.htabs {
	margin: 0 auto;
	padding: 0;
	height: 56px;		
	line-height: 16px;
	border-bottom: 1px solid #cecece;	
	border-left: 1px solid #cecece;	
	border-right: 1px solid #cecece;	
	background:#000;
	background:url(../images/tab_li_bg.png) top left repeat-x;
	-moz-border-radius: 5px 5px 0px 0px ;
	-webkit-border-radius: 5px 5px 0px 0px ;
	-khtml-border-radius:5px 5px 0px 0px ;
	border-radius:5px 5px 0px 0px  ;
	/* behavior: url(border-radius.htc); */
	width:100%; 
}
.htabs ul { list-style:none;margin:10px; padding:0;}
.htabs ul li {
	float:left; margin:0; padding:0px;
  }
.htabs ul li  a {
	height: 32px;	
	background: transparent url(../images/tab_li_after.png) top right no-repeat;
	padding: 17px 15px 8px 15px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	/*  margin-right: 2px; */ 
	display: none;
}
.htabs  ul li  a.selected {
	padding-bottom: 8px;
 	background: #f8f8f8; 
	color: #333;
}

.tab-content {
 	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	background-color:#f8f8f8; 
	padding: 10px;
	background:url(../images/tab_box.png) repeat;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	width:100%;
	margin:0  auto;
	padding:0;
}

.tabcontent{
/* 	overflow: auto; */
	width:100%;
	margin:0  auto;
	padding:0;
}
.tabcontent ul { 
	list-style:none;
	margin:0 auto;
	padding:0;
	/* overflow: auto; */
 }
.tabcontent ul li {
	float:left;
	border-bottom: 2px solid #cecece;
	padding:10px 0; margin:2%;
	width:96%;
  }

.tabcontent ul li.last{
clear:both;
border-bottom: 0px solid #cecece;
}
.tabcontent p {
	font-weight:bold;
	line-height:1.7;
	color:#393a39;
	margin:0;
	padding:0;
}
.read_button {
	float:right;
	clear:both;
	background: transparent url(../images/read_button.png) repeat !important ;
	width:88px;
	height:27px;
	margin:5px 20px 0 0;
	border: 1px solid #aeaeae;
	-moz-border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px ;
	-khtml-border-radius:5px 5px 5px 5px ;
	border-radius:5px 5px 5px 5px ;
	/* behavior: url(border-radius.htc); */
}

.read_button a{
	display:inline-block;
	padding:3px  2px 2px 10px;
	font-size:13px;
	font-weight:bold;
	line-height:1.5;
	color:#393a39;
	text-decoration:none;
}
#special_deal{
	margin-top:0px;
/* 	height: 46px; */
	background:url(../images/tab_li_bg.png) top left repeat-x;
	-moz-border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px ;
	-khtml-border-radius:5px 5px 5px 5px ;
	border-radius:5px 5px 5px 5px ;
	/* behavior: url(border-radius.htc); */
}
.special_deal_con{
clear:both;
}
.special_deal_text{
	position:relative; 
	float:left;
	margin:10px 20px 0 20px ;
	text-align:center;
	font-size:2em;  
	color:#FFFFFF;
	font-family:'myriad pro'; 
	height:40px; 
	line-height:1;
	width:260px
}
.special_deal_text_lft{
	position:relative;
	float:left;
	background: transparent url(../images/special_tab_bar.png) top right no-repeat; 
	height:3px;
	width:70px;
	margin:20px 0px 0 22px ;
}
.special_deal_text_rgt{
	position:relative;
	float:left;
	background: transparent url(../images/special_tab_bar.png) top right no-repeat;
	height:3px;
	width:70px;
	margin:20px 0px 0 -10px ;
}
.plus_icon{ 
	position:relative;
	/* float:left; */
	width:26px;
	height:26px;
	margin:-10px -10px -15px -5px;
	background: transparent url(../images/plus_icon.png) top left no-repeat;
}

.coolroof-left{ margin: 0 20px;}
.wheretobuy-left{ margin: 0 20px;}
.tab-coolroof{
margin-top:10px;
}
.tab-coolroof h2,.tab-wheretobuy h2{
	font-family:'myriad pro'; 
	color:#6f6d6d;
	font-size:2em;
	margin:0 0 10px 0 ;
	font-weight:bold; text-transform:uppercase;
	text-align:left;
}
.tab-wheretobuy h2{
color:#393a39;
text-align:center;

display:inline-block;
}
.tab-coolroof p,.tab-wheretobuy p{

	font-weight:bold;
	line-height:1.7;
	color:#393a39;
	margin:0;
	padding:0;
}
.tab-coolroof,.tab-wheretobuy{
	clear:both;
 	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	background-color:#f8f8f8; 
	padding: 10px;
	background:url(../images/tab_box.png) repeat;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.tab-wheretobuy  .img-align-left {
    border: 0 solid #FFFFFF;
    float: left;
    margin: 15px 10px 10px 0;
}
.tab-wheretobuy  .img-align_left{
margin:-15px 10px 0 0;
}
.see_button {
	float:right;
	clear:both;
	background: transparent url(../images/read_button.png) repeat !important ;
	width:100px;
	height:27px;
	/* margin-right:20px; */
	border: 1px solid #aeaeae;
	-moz-border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px ;
	-khtml-border-radius:5px 5px 5px 5px ;
	border-radius:5px 5px 5px 5px ;
	/* behavior: url(border-radius.htc); */
	margin:2px 0px 0 0;
}

.see_button a{
	display:inline-block;
	padding:3px  2px 2px 10px;
	font-size:13px;
	font-weight:bold;
	line-height:1.5;
	color:#393a39;
	text-decoration:none;
	
}
.more_icon{
	position:absolute;
	width:14px;
	height:14px;
	margin:3px;display:inline-block;
	background:url(../images/more_icon.png) top right no-repeat;
}
/* Home TAB */

#per_footer_bar-wrapper{
	width:100%;
	margin: 0 auto;
	padding: 0;
}
#per_footer_bar-wrapper #per_footer_bar{
	background:url(../images/per_footer_bar.png)  repeat-x;
	width:100%;
	height:30px;
	min-width:988px;
}
/* PRE-FOOTER */
#pre_footer-wrapper {
	width:100%;
	margin: 0 auto;
	padding: 0;
}
.pre_footer{
	background:url(../images/footerbg.png) repeat;
	width:100%;
	height:300px; 
}
.pre_footer .inner {
	position:relative;
}
.column_footer1{
	width:308px;	
	position:relative;
	margin:9px;
	float:left;
	color:#fff;
}
.column_footer2{
	width:308px;	
	position:relative;
	margin:9px;
	float:left;
	color:#fff;
}
.column_footer3{
	width:308px;
	position:relative;
	margin:9px;
	float:left;
	color:#fff;
}
.ver-dot-line{
	background:url(../images/ver_dot.png) repeat;
	position:relative;
	width:4px;
	height:200px;
	float:left;
	margin:50px 0;
}
.twitter .twitter_bg_icon{
	background:url(../images/twitter_bg_icon.png) no-repeat;
	position:relative;
	width:30px;
	height:28px;
	float:left;
	margin:10px 20px;
}
.newsletter .newsletter_icon{
	background:url(../images/newsletter_icon.png) no-repeat;
	position:relative;
	width:30px;
	height:28px;
	float:left;
	margin:10px 20px;
}
.footercontact .footercontact_icon{
	background:url(../images/twitter_bg_icon.png) no-repeat;	
	position:relative;
	width:30px;
	height:28px;
	float:left;
	margin:10px 20px;
}
/* news letter */
.newsletter h3{
	float:left;
	position:relative;
	color:#f1f1f1; 
	font-family:'myriad pro'; 
	font-size:2.5em;
}
.newsletter p{
	color:#f1f1f1;
	font-weight:bold;
	line-height:1.7;
	position:relative;
	float:left;
	margin:0 20px 10px;
	padding:0;
}
.newsletter label{
	color:#393a39;
	font-weight:bold;
	line-height:1.7;
	clear:both;
	position:relative;
	float:left;
	margin:0 30px 10px;
	padding:0;
	width:100%;
}
.newsletter input[type='text']{
	color:#393a39;
	font-weight:bold;
	line-height:1.7;
	clear:both;
	position:relative;
	float:left;
	margin:0 0 10px 30px;
	padding:0;
	width:270px;
	height:30px;
	border:0px;
	background:url(../images/input_box.png) no-repeat;	
}
.newsletter .button{
	display: inline-block; 
	margin:20px 20px 0 0;
	height:30px;
	float:right;
	width:80px;
	border:0px;
	color:#f1f1f1;
	font-weight:bold;
	background:url(../images/tab_li_bg.png)   repeat-x;
	-moz-border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px  ;
	-khtml-border-radius:5px 5px 5px 5px  ;
	border-radius:5px 5px 5px 5px  ;
	}
	
	/* contact footer */
	.footercontact h3{
	float:left;
	position:relative;
	color:#f1f1f1;
	font-family:'myriad pro'; 
	font-size:2.5em;
}
.footercontact .phone_icon{
background:url(../images/phone_icon.png) no-repeat;	
position:absolute;
width:22px;
height:22px;
left:11px;
top:11px;
}
.white_round{
display:inline-block;
background:url(../images/white_round.png) no-repeat;	
position:relative;
width:44px;
height:44px;
}
.contact_line{
display:inline-block;
position:relative;
float:left;
clear:both;
margin:10px;
}
.contact_line  .text{
position:absolute;
margin:10px 0 0 30px;
color:#f1f1f1; 
font-size:12px;
width:200px;
text-align:left;
font-weight:bold;
}
.footercontact .phone_icon span{
position:relative;
margin:0px 0 0 50px;
}
.footercontact .fax_icon{
background:url(../images/fax_icon.png) no-repeat;	
position:absolute;
width:22px;
height:22px;
left:11px;
top:11px;
}
.footercontact .mail_icon{
background:url(../images/mail_icon.png) no-repeat;	
position:absolute;
width:22px;
height:22px;
left:11px;
top:11px;
}
	/*twitter footer */
.twitter h3{
	float:left;
	color:#fd7f33;
	font-family:arial;
	position:relative;
	font-size:3em;
	margin:0;
}
.twitter h3 span{
	color:#f1f1f1;
	font-family:'myriad pro';
	position:relative;
}


/* TWITTER FEED -----------------------------------------*/
#twitter_div {
	position:relative;
	float:left;
	width:99%;
}
#twitter_update_list {
	display:block;
	width:100%;
	height:220px;
/* 	margin:8px 60px 0 0; */
	padding:0;
	float:left;
	position:relative;
	overflow:auto;
}
#twitter_update_list li{
	display:block;
	/* padding:15px 0 0 0; */
	margin-top:10px;
	color:#f5f5f5;
	float:left;
}
.tweet_time{
float:left;
}
.tweet_text{
font-weight:bold;
	 line-height:1.7;
}
.tweet_text a{
color:#0457a3;
text-decoration:none; 
font-weight:bold;
}
.tweet_time a{
	text-decoration:none; 
	color:#393a39; 
	font-weight:bold;
}
a.twitter_follow {
	display:block;
	width:34px;
	height:18px;
	background:url(../image/bird_icon.png) bottom left no-repeat;
	text-indent:-9999px;
	float:left;
	margin:23px 20px 0 0;
}
a.twitter_follow:hover {
	background:url(../image/bird_icon.png) top left no-repeat;
}
#tweet_prev  {
	display:block;
	width:22px;
	height:23px;
	text-indent:-9999px;
	position:absolute;
	top:22px;
	right:30px;
	background:url(../image/tweet_arrows.png) bottom left no-repeat;
}
#tweet_next  {
	display:block;
	width:22px;
	height:23px;
	text-indent:-9999px;
	position:absolute;
	top:22px;
	right:0;
	background:url(../image/tweet_arrows.png) top left no-repeat;
}
#tweet_next:hover  {
	background:url(../image/tweet_arrows.png) top right no-repeat;
}
#tweet_prev:hover  {
	background:url(../image/tweet_arrows.png) bottom right no-repeat;
}

/* FOOTER */
#footer-wrapper{
	margin: 0 auto;
	padding: 0;
}
#footer1 {
	background:url(../images/ver_dot.png) repeat;
	margin: 0 auto;
	width:100%;
	height:2px;
	padding:1px 0;
}
#footer {
	width:100%;
	min-width:988px;
	padding-bottom: 4px;
	height:74px;
	background: url('../images/footer.png') repeat;clear:both;
}
#footer .inner {
	position:relative;
	/* padding:30px 0 ; */
}
#footer .left {
	float:left;
	color:#6d6f70;
	padding:40px 0 20px ;
	margin-left:20px;
}
#footer .left a{
	text-decoration:none;
	color:#6d6f70;
	font-weight:bold;
}
#footer .right {
	float:right;
	padding:20px 0  0 0;
	color:#f06d02;
	margin-right:20px;
}
#footer .right  span{
	float:left;
	color:#f06d02;
	font-size:2.5em;
	margin:3px 10px 0 0;
}
#footer .column_big {
	width:330px;
	height:300px;
	float:left;
	text-align:justify;
}
#footer .column_small {
	width:190px;
	height:300px;
	margin-left:28px;
	float:left;
	text-align:left;
}
#footer h3 {
	font-size:24px;
	color:#cecece;
	padding:0 0 8px 0;
	border-bottom:1px solid #424242;
}
.footer_modules {
	margin-bottom:30px;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer ul li {
	margin:0;
	padding:0;
	float:left;
	padding: 10px 5px 0;
	list-style:none;
	border-bottom:0px solid #404040;
}
#footer ul li a {
	display:block;
	padding:8px 0;
	text-decoration:none;
	text-transform:uppercase;
	color:#8c8c8c;
}
.social_buttons {
	float:left;
	margin:-10px 8px 0 0 !important;
}
#footer .clear {
	margin-bottom:20px;
	height:10px;
	border-bottom:1px solid #404040;
}
.copyright {
	float:right;
}











/*************************** Content Areas ***************************/
.post-holder {
    background: url("line-1.png") repeat-x scroll 0 bottom transparent;
}
#refresh{
  margin-top: -50px;
    vertical-align: top;
}
a.morebutton{
margin-top:10px;
}
.morebutton  .plus {
    cursor: pointer;
    display: inline-block;
    position: relative;
	width:100%;
	padding:10px;
}
.morebutton {
    background: url("../images/back_button.png") top center no-repeat;
    color: #666;
	font-size:12px;
	font-weight:bold;
    display: inline-block;
	height:44px;
  /*   margin: 20px 0 0; */
    padding:0px 20px 2px 20px;
    text-decoration: none;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px #999;
}
.submit_button {
    background: url("../images/back_button.png") top center no-repeat;
    color: #666;
	font-size:12px;
	font-weight:bold;
    display: inline-block;
	height:50px;
    margin-right: 5px;
	 margin-left:-35px;
    padding:0px 20px 2px 20px;
    text-decoration: none;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px #999;
}

.list-1 > li:first-child, .list-1 ul > li:first-child {
    background: none repeat scroll 0 0 transparent;
    padding-top: 0;
}
.list-1 li {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 0 9px;
	 background: url("line-1.png") repeat-x scroll 0 0 transparent;
}


.list-1 li a {
    display: inline-block;
    padding-left: 28px;
    text-decoration: none;
	background: url("marker-1.png") no-repeat scroll 0 0 transparent;
    color: #939393;
}
.list-1 li a:hover {    color: #FF811F !important;
    outline: medium none;
    text-decoration: underline;}
	ul.newscategories li.expanded{list-style-type:none;list-style-image:none;padding:0.2em 0.3em 0 0;margin: 0 0 0 0.3em;}
ul.newscategories li.collapsed{list-style-type:none;list-style-image:none;padding:0.2em 0.3em 0 0;margin: 0 0 0 0.3em;}
ul.newscategories li.leaf{list-style-type:none;list-style-image:none;padding:0.2em 0.3em 0 0;margin: 0 0 0 0.3em;}
ul.newscategories li ul li.expanded{list-style-type:none;list-style-image:none;padding:0.2em 0.3em 0 0;margin: 0 0 0 0.3em;}
ul.newscategories li ul li.collapsed{list-style-type:none;list-style-image:none;padding:0.2em 0.3em 0 0;margin: 0 0 0 0.3em;}
ul.newscategories li a:hover { background: url("marker-1.png") no-repeat scroll 0 0 transparent; color: none;  }
ul.newscategories li ul li a:hover { background: url("marker-1.png") no-repeat scroll 0 0 transparent; color: none;  }

gallery_list
/* Page Wrap*/
.main_content {
margin: 0 auto;
text-align: left;
min-height: 90px;
background:none;
clear:both;
}
.right_text{
background:none;
clear:both;
}
.errorpage {
padding:50px;
}
.side_bar  {  padding: 0px; margin:0px; float:left; width:24%; line-height:20px; height:100%;  }
 .content  {  padding: 0px; margin:0px; float:right; width:75.5%; line-height:20px; height:100%; }
/* Frame */
#main_content {

	width:100%;
	min-width:988px;
	position: relative;
	z-index:20;
	margin: 0 auto;
	padding: 0;
}
.frame #content-wrapper,
.no-frame #content-wrapper {
position: relative;
width: 988px;
margin-top: 20px;
	clear:both;
	margin: 0 auto;
	padding: 0;
	background:url(bg.png) repeat;
}
.frame .sb-left  #content-wrapper {
background: url(frame-sb-left-light1.png) repeat-y;
}
.frame.sb-right #content-wrapper {
background: url(frame-sb-right-light.png) repeat-y;
}

.frame.fullwidth #content-wrapper {
background: #ffffff;
}
.frame #content-wrapper {
border: 1px solid #d8d8d8;
-webkit-box-shadow:1px 1px 5px rgba(0,0,0,1);
-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.1);
box-shadow:1px 1px 5px rgba(0,0,0,0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

/* Main Content Column */
#content {
float: left;
position: relative;
z-index: 2;
}

/* Main Content Frame Styling */
.frame #content {
width: 640px;
padding: 20px;
}
.no-frame #content {
width: 660px;
}

/* Main Content Column Styling */
.sb-right #content {
float: left;
}
.sb-left #content {
float: right;
}
.no-frame.sb-right #content {
padding: 0 20px 0 0;
}
.no-frame.sb-left #content {
padding: 0 0 0 20px;
}
.frame.fullwidth #content {
width: 940px;
padding: 20px;
}
.no-frame.fullwidth #content {
width: 980px;
}

/* Sidebar Column */
#sidebar {
position: relative;
}
.sb-right #sidebar {
float: right;
}
.sb-left #sidebar {
float: left;
}
.frame #sidebar {
width: 260px;
padding: 20px;
}
.no-frame #sidebar {
width: 280px;
}
.no-frame.sb-right #sidebar {
padding: 0 0 0 20px;
}
.no-frame.sb-left #sidebar {
padding: 0 20px 0 0;
}
.fullwidth #sidebar {
display: none;
}















/* MODULE BOXES */
.box {
	margin-bottom: 30px;
	background:url(../image/divider_full.png) bottom center no-repeat;
	padding-bottom:10px;
}
#column-left .box, #column-right .box {
	background:url(../image/back_column_box.png) bottom center no-repeat;
	background-color:#f9f9f9;
	padding:0 0 10px 0;
	border-top:1px solid #f1f1f1;
	width:100%;
}
.box .box-heading {
	padding: 8px 10px 7px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	padding:0px 10px 10px 10px;
}
#column-left .box .box-content, #column-right .box .box-content {
	padding:10px;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-bottom:1px solid #e1e1e1;
	margin:0;
}
#column-left h3.heading-title, #column-right h3.heading-title {
	margin:0;
	padding:15px 0 0 0;
	font-size:24px;
	background:url(../image/divider_small.png) center 70% no-repeat;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
}
#column-left h3.heading-title span, #column-right h3.heading-title span {
	background-color:#f9f9f9;
	padding:2px 8px;
}
/* box products */
.box-product {
	width: 100%;
}
	
.box-product > div {
	margin-right: 20px;
	margin-bottom: 15px;	
}
.prod_hold {
	width:194px;
	height:208px; 
	display:block;
	float:left;
	margin:1px 26px 24px 26px;
	position:relative;
	z-index:1; 
	padding: 0;	
}
.cat_list .prod_hold {
	margin:1px 25px 20px 25px; 
}
.prod_hold:hover {
	z-index:1000;
}
.prod_hold .image {
	display: block;
	margin-bottom: 0px;
	background:url(../image/back_product_shadow.png) bottom center no-repeat;
	padding-bottom:14px;
}
.prod_hold .image img {
	border:7px solid #fff;
}
.prod_hold:hover .image img {
	position:relative;
	z-index: 1500;
}
.prod_hold .info {
	position: absolute;
	left: -20px; top: -20px;
	padding: 224px 18px 15px 18px;
	width: 184px;
	display: none;
	background: url(../image/back_price_trans.png) top left repeat;
	border:7px solid #fff;
	z-index:999;
}
.prod_hold:hover .info {
	display:block;
	box-shadow:0 0 8px #666;
	z-index:1400;
}
.info h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#f5f5f5;
	font-size:12px;
	font-weight:bold;
	padding-bottom:7px;
	display:block;
	text-transform:uppercase;
	background: url(../image/divider_small.png) bottom center no-repeat;
}
.prod_hold a.add_to_cart_small {
	color:#666;
	background-color:#dbdbdb;
	display:block;
	height:16px;
	width:80px;
	padding:4px 6px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	margin:0 auto 10px auto;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
.prod_hold a.add_to_cart_small:hover {
	background-color:#D06464;
	color:#f5f5f5;
}
.prod_hold a.wishlist_small, .prod_hold a.compare_small {
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	color:#e1e1e1;
	background: url(../image/bullet_triangle.png) 0 4px no-repeat;
	padding:0 0 0 13px;
}
.wishlist_small {
	float:left;
	margin:0 0 0 12px;
}
.compare_small {
	float:right;
	margin:0 12px 0 0;
}
.prod_hold a.wishlist_small:hover, .prod_hold a.compare_small:hover {
	color:#D06464;
}
.pricetag_small {
	background:url(../image/pricetag_small.png) top left no-repeat;
	display:block;
	width:109px;
	height:72px;
	position:absolute;
	top:-2px;
	right:15px;
	z-index: 960;
	
}
.prod_hold:hover .pricetag_small {
	z-index: 1600;
}
.prod_hold .price {
	font-family: 'Lobster', cursive;
	color:#f5f5f5;
	font-weight:100;
	font-size:19px;
	text-shadow: #333 1px 1px 1px;
	display:block;
	padding-top:15px;
}
.prod_hold .old_price {
	font-size:11px;
	text-decoration:line-through;
	color:#f5f5f5;
	font-weight:bold;
	padding:8px 0 0 0;
	display:block;	
}
.prod_hold .new_price {
	font-family: 'Lobster', cursive;
	color:#f5f5f5;
	font-weight:100;
	font-size:19px;
	text-shadow: #333 1px 1px 1px;
	display:block;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.prod_hold .price-new {
	font-weight: bold;
}
.product_unit {
	width:100%;
	padding-bottom:10px;
	background:url(../image/divider_small2.png)bottom center no-repeat;
	margin-bottom:15px;
	float:left;
	clear:left;
}
.product_unit .name {
	color:#6c6c6c;
	font-weight:bold;
	float: right;
    height: auto;
    margin-bottom:8px;
    padding: 0 12px;
    text-align: left;
    width: 100px;
}
.product_unit .price {
	font-family: 'Lobster', cursive;
	color:#d06464;
	font-weight:100;
	font-size:17px;
	display:block;
	text-align: left;
	float:right;
	padding: 0 12px;
	width: 100px;
}
.product_unit .price-old {
	color: #6c6c6c;
	text-decoration: line-through;
	text-align: left;
	float:right;
	padding: 0 12px;
	width: 100px;
}
.product_unit .image {
	background: url("../image/product_shadow_mini.png") bottom center no-repeat;
    display: block;
    margin-bottom:0;
    padding-bottom:8px;
	width:74px;
	height:74px;
	float:left;
}
.product_unit .image img {
border: 7px solid #FFFFFF;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul, .box-account ul, .box-affiliate ul  {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li, .box-account > ul > li, .box-affiliate > ul > li {
	padding:0px;
	background:url(../image/divider_small2.png) bottom center no-repeat;
}
.box-category > ul > li > a, .box-account > ul > li > a, .box-affiliate > ul > li > a {
    color: #1D1D1D;
    display: block;
    font-size: 11px;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category ul li a:hover, .box-category ul li a.active, .box-account ul li a:hover, .box-account ul li a.active {
	color:#D06464;
}
.box-category > ul > li a.active + ul {
	display: block;
	background-color: #f5f5f5;
	margin:10px 0;
}
.box-category > ul > li ul > li {
	padding:0px;
	background:url(../image/divider_small2.png) bottom center no-repeat;
}
.box-category > ul > li ul > li > a {
    color: #1D1D1D;
    display: block;
    font-size: 11px;
    padding: 8px 0 8px;
    text-decoration: none;
    text-transform: uppercase;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
.info-page {
	text-align:left;
}
.info-page ul, .info-page ol {
	padding:0 0 0 10px;
	margin:0 0 20px 0;
}
.info-page ul li, .info-page ol li{
	padding:3px 0;
	margin:3px 0;
	list-style-position: inside;
	list-style-type:square;
}
.info-page ol li{
	list-style-type: decimal;
}
.sitemap-page ul.sitemap-list {
	width:45%;
	float:left;
	margin-left:20px;
	margin-bottom:10px;
}
.sitemap-page ul ul{
	padding:8px 8px 8px 15px;
	margin:10px 0;	
}
.sitemap-page ul ul ul{
	padding:8px 8px 8px 15px;
	margin:10px 0;	
}
.sitemap-page ul li {
	width:95%;
	display:block;
	background:url(../image/bullet_triangle_dark.png) 0 7px no-repeat;
}
.sitemap-page ul li a{
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:0 0 8px 15px;
	border-bottom:1px solid #e8e8e8;
	width:100%;
	display:block;
	color:#666;
}
.sitemap-page ul ul li a, .sitemap-page ul ul ul li a{
	text-decoration:none;
	font-size:12px;
	color:#999;
}
.sitemap-page ul ul li a:hover, .sitemap-page ul ul ul li a:hover{
	color:#D06464;
}
/* BANNERS */
#content .banner {
	padding:0;
	margin:0;
	background:url(../image/back_banners.png) top center no-repeat;
	width:930px;
	height:172px;
	margin:0px 24px 0px 24px;
}
.banner div {
	text-align: center;
	width: 100%;
}
#content .banner div {
	height:122px;
	float:left;
	width:auto;
	margin:15px 0 0 20px;
}
.banner div img {
	margin-bottom: 20px;
}

/* FEATURED ROUNDABOUT */
.featured-box {
    margin: 0 -35em;
    padding: 0 35em 10px 35em;
	margin-bottom:30px;
	
}
.featured-box .box-content {
	background:url(../image/back_featured_holder.png) center 180px no-repeat;
	position:relative;
	z-index:88;
	padding:0;
}
.featured-box h2 {
	margin:0;
}
.featured-box ul {
    list-style: none outside none;
    margin: 0 auto 10px auto;
    padding-left: 0;
    width: 62%;
}
.roundabout-holder { 
	padding: 0;
	height: 29em;
	list-style: none;
	background:url(../image/shadow_featured.png) 50% 103% no-repeat;
}
.roundabout-moveable-item {
    cursor: pointer;
	overflow:hidden;
	padding:0;
	border:7px solid #fff;
	opacity:1!Important;
	width:450px;
	height:300px;
	padding-top:2px;
	background-color:#fff;
	border-bottom:9px solid #fff;
}
.roundabout-in-focus { 
	cursor: auto; 
}
.roundabout-moveable-item div.prod_holder {
	background-color:#fff;
	margin:0;
	padding:0;
	position:relative;
	width:450px;
	height:300px;
	overflow:hidden;
}
.roundabout-moveable-item div.prod_holder h3 {
	font-family: 'Lobster', cursive;
	color:#f5f5f5;
	font-weight:300;
	margin:0;
	position:absolute;
	top:245px;
	left:0px;
	padding-top:4px;
	padding-bottom:8px;
	font-size:28px;
	background: url(../image/back_price_trans.png) top left repeat;
	width:100%;
	display:block;
}
.roundabout-moveable-item .pricetag {
	background:url(../image/pricetag.png) top left no-repeat;
	display:block;
	width:135px;
	height:69px;
	position:absolute;
	top:-1px;
	right:15px;
	font-family: 'Lobster', cursive;
	color:#f5f5f5;
	font-weight:100;
	font-size:24px;
	padding-top:20px;
	text-shadow: #333 1px 1px 1px;
}
a.previous_round {
	position:absolute;
	top:213px;
	left:20px;
	display:block;
	width:14px;
	height:30px;
	background:url(../image/back_next_prev_round.png) top left no-repeat;
	text-indent:-9999px;
}
a.next_round {
	position:absolute;
	top:213px;
	right:20px;
	display:block;
	width:14px;
	height:30px;
	background-color:#F00;
	text-indent:-9999px;
	background:url(../image/back_next_prev_round.png) top right no-repeat;
}
a.previous_round:hover {
	background:url(../image/back_next_prev_round.png) bottom left no-repeat;
}
a.next_round:hover {
	background:url(../image/back_next_prev_round.png) bottom right no-repeat;	
}
/* breadcrumb */
.breadcrumb {
	margin:-25px 0 20px 0;
	position:relative;
}
.breadcrumb a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.breadcrumb a:hover{
	color:#D06464;
	text-decoration:underline;
}
/* PRODUCT LISTS */
a.wrap_link {
	display:block;
}
.sub_cats {
	margin:0;
	padding:0;
}
.cat_hold {
	display: inline;
    float: left;
    height: 94px;
	width: 94px;
    margin: 0px 13px 15px 13px;
    padding: 0;
    position: relative;
}
.cat_hold a {
	color:#fff;
	text-decoration:none;
}
.cat_hold img {
	padding:7px;
	background-color:#fff;
	position:relative;
	z-index:2899;
}
.cat_hold:hover img {
	z-index:2999;
}
.cat_hold .info {
	background: url("../image/back_price_trans.png") repeat scroll left top transparent;
    border: 7px solid #FFF;
    display: none;
    left: -22px;
    padding: 119px 7px 7px 7px;
    position: absolute;
    top: -22px;
    width: 110px;
	z-index:1999;
	box-shadow:0 0 8px #666;
}
/* pagination */
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	background-color:#f5f5f5;
	padding: 3px 8px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links a:hover {
	border: 1px solid #b74f4f;
	background-color:#D06464;
	color: #fff;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #b74f4f;
	padding: 3px 8px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #D06464;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* product */
.product-filter {
	background:url(../image/divider_full.png) bottom center no-repeat;
	padding:0px 25px 5px 25px;
	overflow: hidden;
	margin-bottom:35px;
}
.product-filter .display_buttons {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 10px;
	font-weight: bold;
	float:left;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-info {
	padding-top:10px;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 470px;
	text-align:left;
}
.product-info .image {
	float: left;
	margin-bottom: 10px;
	padding-bottom:21px;
	background:url(../image/big_image_shadow.png) bottom center no-repeat;
	text-align: center;
	position:relative;
	z-index:200;
}
.product-info .image img {
	border:1px solid #f2f2f2;
	padding:7px;
	background-color:#fff;
}
.product-info .image-additional {
	width: 420px;
	height:85px;
	clear: both;
	padding:0;
	background:url(../image/back_image_additional.png) 50% 50% no-repeat;
}
.product-info .image-additional .image_car_holder {
	width: 420px;
	height:85px;
	padding:0;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-right: 8px;
	margin-bottom: 10px;
}
.product-info .pricetag {
	background:url(../image/pricetag.png) top left no-repeat;
	display:block;
	width:135px;
	height:69px;
	position:absolute;
	top:-3px;
	right:10px;
	font-family: 'Lobster', cursive;
	color:#f5f5f5;
	font-weight:100;
	font-size:24px;
	padding-top:20px;
	text-shadow: #333 1px 1px 1px;
	z-index:10000;
}
.product-info .description {
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	position:relative;
	z-index:100;
	min-height:100px;
}
.product-info .description span {
	color: #a1a1a1;
}
.product-info .description a {
	text-decoration: none;
	font-weight:bold;
}
.addthis_toolbox {
	margin:20px 0 0 0;
	line-height: normal;
    overflow: hidden;
}
.product-info .description div.reviews {
	position:absolute;
	top:0;
	right:0;
	width:130px;
	height:100px;
	text-align:center;	
}
div.reviews p {
	margin:0;
	line-height:normal;	
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
	
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 20px 5px 0px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .options .option {
	margin-bottom:25px;
}
.option b {
	margin-bottom:10px;
	width:100%;
	display:block;
}
.required {
    color: #FF0000;
    font-weight: bold;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 15px 5px 15px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart #qty {
	width:47px;
	height:47px;
	background:url(../image/back_qty.png) top left no-repeat;
	border:none;
	color:#333;
	font-size:21px;
	font-weight:bold;
	text-align:center;
	padding:0;
	float:left;
	margin:0 10px;
}
td.quantity input {
	width:47px;
	height:47px;
	background:url(../image/back_qty.png) top left no-repeat;
	border:none;
	color:#333;
	font-size:21px;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:0;
}	
.product-info .cart span.label {
	color:#333;
	font-size:12px;
	font-weight:bold;
	margin:17px 0 0 0;
	float:left;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border:none;
	background-color:#fff;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #D06464;
	font-size: 14px;
	font-weight: bold;
	background:url(../image/pat1.png) top left repeat;
	background-color: #e1e1e1;
	text-align: left;
	padding:8px;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	padding:8px;
}
.compare-info tr.even td {
	background-color:#f1f1f1;	
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
.compare-info td.image img {
	padding:6px;
	border:1px solid #f1f1f1;
	background-color:#fff;
}




span.button_comments {
	background: url("../image/back_button.png") top center no-repeat;
    color: #666;
	font-size:12px;
	font-weight:bold;
    display: inline-block;
	height:29px;
    margin-right: 5px;
    padding:15px 20px 2px 20px;
    text-decoration: none;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px #999;
}
span.button_review {
	background: url("../image/back_button.png") top center no-repeat;
    color: #666;
	font-size:12px;
	font-weight:bold;
    display: inline-block;
	height:29px;
    margin-right: 5px;
    padding:15px 20px 2px 20px;
    text-decoration: none;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px #999;
}
a.button:hover {
    color: #D06464;
}
.button span {
    display: block;
}
.buttons {
	overflow: auto;
	padding: 1px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
a.wish_button, a.compare_button {
    background: url("../image/back_button.png") top center no-repeat;
    color: #666;
	font-size:12px;
	font-weight:bold;
    display: inline-block;
	width:46px;
	height:46px;
    margin-left: 8px;
    padding:0;
    text-decoration: none;
	text-indent:-9999px;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px #999;
}
a#button-cart {
	float:left;
}
a.wish_button {
    background: url("../image/back_wish.png") top center no-repeat;
}
a.compare_button {
    background: url("../image/back_compare.png") top center no-repeat;
}
.tags a {
	display:inline-block;
	padding:4px 5px;
	background-color:#e5e5e5;
	border:1px solid #dbdbdb;
	color:#666666;
	text-decoration:none;
	font-size:11px;
}
.tags a:hover {
	background-color:#333333;
	border:1px solid #dbdbdb;
	color:#fff;
}
/* product */
a.comment_switch {
	text-decoration:none;
	display:block;
	margin:0 auto 25px auto;
	width:300px;
}
span.button_comments, span.button_review {
	background: url("../image/back_button_light.png") top center no-repeat;
	color:#cecece;
	font-size:12px;
	font-weight:bold;
    display: inline-block;
	height:29px;
    margin-right: 5px;
    padding:15px 20px 2px 20px;
    text-decoration: none;
	text-transform:uppercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 2px #999;
}
span.button_review {
	background: url("../image/back_button.png") top center no-repeat;
	color: #666;
}
a.swap span.button_comments {
	background: url("../image/back_button.png") top center no-repeat;
	color:#666;
}
a.swap span.button_review {
	background: url("../image/back_button_light.png") top center no-repeat;
	color:#cecece;
}
.box-rating .box-write {
	display:none;
}
#content .contacts-page, #content .account-page  {
	padding:0;
}
.box-review .box-write {
	display:block;
	text-align:left;
	padding:20px;
	border:7px solid #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background:url(../image/pat1.png) top left repeat;
	background-color:#f5f5f5;
}
.box-contacts, .box-login {
	display:block;
	text-align:left;
	padding:2px 2px 18px 2px;
	background:url(../image/shadow_box_sidebar.png) bottom center no-repeat;
	margin-bottom:20px;
	float:left;
	width:100%;
}
.box-contacts .box-content, .box-login .box-content {
	-moz-box-shadow: -2px 0px 3px #e1e1e1;
	-webkit-box-shadow: -2px 0px 3px #e1e1e1;
	box-shadow: -2px 0px 3px #e1e1e1;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding:5px;
	background:url(../image/pat1.png) top left repeat;
	background-color:#f5f5f5;
	float:left;
	width:100%;	
}
.box-contacts .form {
	padding:18px;
}
.box-contacts .stitched, .box-login .stitched {
	background:url(../image/stitch_light.png) top left repeat-x;
	height:2px;
	width:100%;
	line-height:0px;
	clear:both;
	margin:2px 0;
}
.box-review .box-comments {
	display:none;
}
#content .box-comments .content {
	text-align:left;
	padding:20px;
	border:7px solid #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color:#f5f5f5;
}
#content .box-comments .content {
	text-align:center;
	padding:15px 20px;
}
#content .box-comments .content span {
	display:block;
	font-weight:bold;
}
#content .box-comments .content img{
	clear:left;
	margin:10px 0 0 0;
}
#content .box-comments .content p{
	margin:5px 0 0 0;
}
img#captcha {
	margin:15px 0;
}
.box-write b {
	color:#333;
}
.box-write h3 {
	background:none;
}
.box-write .buttons {
	margin-bottom: 8px;
}
/* IMAGES */
.img-align-left {
	float:left;
	border:7px solid #636362;
	margin: 5px 10px 0 0;
}
.img-align-right {
	float:right;
	border:7px solid #636362;
	margin: 5px 0 0 10px;
}
.img-align_left {
	float:left;
	/* border:7px solid #fff; */
	margin: 5px 10px 0 0;
}
.img-align_right {
	float:right;
/* 	border:7px solid #fff; */
	margin: 5px 0 0 10px;
}

/* ACCORDION */
#accordion {
	margin-bottom:30px;
}
#accordion h2 {
	background: url("../image/plus.png") 10px 13px no-repeat;
	background-color:#333;
    border: 1px solid #cecece;
    cursor: pointer;
    margin: 2px 0;
    padding: 10px 32px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#fff;	
}
#accordion h2 a {
	color: #fff;
}
#accordion h2.ui-state-active {
	background: url("../image/plus.png") 10px -20px  no-repeat;
	background-color:#333;
	color:#fff;
}
#accordion .ui-icon {
	display:none;
}
/* GRID COLUMNS */

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: left;
    margin-right: 4%;
    position: relative;
}
.last {
    clear: right;
    margin-right: 0 !important;
}
.one_half {
    width: 48%;
}
.one_third {
    width: 30.6666%;
}
.two_third {
    width: 65.3332%;
}
.one_fourth {
    width: 22%;
}
.three_fourth {
    width: 74%;
}
.one_fifth {
    width: 16.8%;
}
.two_fifth {
    width: 37.6%;
}
.three_fifth {
    width: 58.4%;
}
.four_fifth {
    width: 79.2%;
}
/* CONTACTS AND ACCOUNT */
.box-contact-details ul {
	margin:0;
	padding:0;
	list-style:none;
}
.box-contact-details ul li{
	margin:0 0 10px 0;
	padding:10px;
	list-style:none;
	background:url(../image/divider_small2.png) bottom center no-repeat;
}
.box-contact-details ul li span{
	height:18px;
	padding:2px 0 0 25px;
	font-weight:bold;
	color:#333;
	margin-bottom:12px;
	display:inline-block;
}
.box-contact-details ul li.address span {
	background:url(../image/address.png) top left no-repeat;
}
.box-contact-details ul li.phone span {
	background:url(../image/phone.png) top left no-repeat;	
}
.box-contact-details ul li.fax span {
	background:url(../image/fax.png) top left no-repeat;
}
.box-contacts input, .box-contacts textarea, .box-write input, .box-write textarea, .box-login input {
	padding: 4px;
    background: #fff;
    border: 1px solid;
    border-color: #ddd #eee #eee #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.box-contacts input:focus, .box-contacts textarea:focus, .box-write input:focus, .box-write textarea:focus, .box-login input:focus  {
	background-color:#fcf3f3;
}
.box-contacts span.label, .box-write span.label, .box-login span.label  {
	display:block;
	margin-bottom:8px;
}
.box-login h6 {
	color:#D06464;
}
#content .content .box-login .left, #content .content .box-login .right{
	padding:20px;
	width:44%;
	height:260px;
	position:relative;
}
.box-login .forgotten {
	clear:left;
	display:block;
	margin:8px 0;
}
.box-login .button {
	position:absolute;
	bottom:20px;
	left:20px;
}

/* SHOPPING CART */
.cart-info {
	background:url(../image/shadow_big.png) bottom center no-repeat;
	margin-bottom:20px;
	padding-top:25px;
}
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.cart-info thead td {
	padding:15px;
}
.cart-info tbody td {
	padding:8px 15px;
}
.cart-info thead td {
	color: #f5f5f5;
	font-weight: bold;
	background-color: #333;
	text-transform:uppercase;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info .image img{
	border:1px solid #f1f1f1;
	padding:6px;
	background-color:#fff;
}
.cart-info thead .name {
	text-align: left;
}
.cart-info thead .model {
	text-align: center;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: center;
}
.cart-info tbody td {
	vertical-align: middle;
	background-color:#fff;
	border-bottom:1px solid #e8e8e8;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info td.remove {
	width:40px;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info td.image {
	width:60px;
}
.cart-info td.name {
	width:310px;
	text-align: left;
}
.cart-info tbody .model {
	text-align: center;
}
.cart-info tbody .name a{
	text-align: center;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: center;
}
.cart-info tbody .model, .cart-info tbody .price, .cart-info tbody .total {
	font-size:15px;
	font-weight:bold;
	color:#444;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-info tr.odd td {
	background-color:#f1f1f1;
}
.cart-module {
	text-align:left;
}
.cart-module .cart-heading {
	padding: 8px 8px 8px 28px;
	font-weight: bold;
	font-size: 13px;
	color: #f5f5f5;
	cursor: pointer;
	background: url("../image/plus.png") 10px 13px no-repeat;
	background-color:#333;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.cart-module .toggle_holder {
	margin-bottom:15px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.toggle_holder #voucher, .toggle_holder #coupon, .toggle_holder .cart-content {
	background-color:#f8f8f8;
	padding:15px;
}
.cart-module table {
	margin-bottom:15px;
}
.cart-module .active {
	background: url("../image/plus.png") 10px -20px no-repeat;
	background-color:#333;
}
.cart-module .cart-content {
	padding: 15px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	overflow: auto;
	padding: 8px 0px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
	margin-bottom:15px;
}
.cart-total td {
	padding: 3px;
	text-align: right;
	vertical-align:bottom;
}
.cart-total td.numbers, .cart-total td.numbers_total {
	font-size:15px;
	font-weight:bold;
	color:#333;
}
.cart-total td.numbers_total {
	color:#D06464;
	font-size:36px;
	font-family: 'Lobster', cursive;
	font-weight:300;
	padding:10px;
	vertical-align:bottom;
	text-shadow:1px 1px 1px #333;
}

/* WISHLIST */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 10px;
	background-color: #fff;
}
.wishlist-product thead td {
	color: #f5f5f5;
	font-weight: bold;
	background-color: #333;
	padding:10px;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: center;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: center;
}
.wishlist-product tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: center;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: center;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.wishlist-product table a.button {
	margin-right:0;
}
.wishlist-product table .image img {
    background-color: #FFFFFF;
    border: 1px solid #F8F8F8;
    padding: 6px;
}
.wishlist-product tbody .name {
	width:120px;
}
/* CHECKOUT */
.checkout {
	text-align:left;
}
.checkout input[type=text],
.checkout input[type=password],
.checkout textarea,
.checkout select{
	padding: 4px;
    background: #eee;
    border: 1px solid;
    border-color: #ddd #eee #eee #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.checkout .left {
	float: left;
	width: 48%;
}
.checkout .right {
	float: right;
	width: 48%;
}
.checkout .buttons {
	clear: both;
}
.checkout table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.checkout td {
	padding: 7px;
}
.checkout thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
}
.checkout thead .name, .checkout thead .model {
	text-align: left;
}
.checkout thead .quantity, .checkout thead .price, .checkout thead .total {
	text-align: right;
}
.checkout tbody td {
	vertical-align: middle;
}
.checkout tbody .name, .checkout tbody .model {
	text-align: left;
}
.checkout tbody .quantity, .checkout tbody .price, .checkout tbody .total {
	text-align: right;
}
.checkout tfoot td {
	text-align: right;
	font-weight:bold;
	color:#333;
	font-size:18px;
}
#sidefeatures {
	position:fixed;
	z-index:9999;
	top:151px;
	left:0px;
	width:36px;
	height:124px;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-khtml-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	background-color:#f9f9f9;
}
#sidefeatures ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidefeatures ul li{
	margin:0;
	position:relative;
}
#sidefeatures ul li span.icon {
	text-indent:-9999px;
	display:block;
	width:30px;
	height:30px;
	margin-left:3px;
}
#sidefeatures ul li.side_cart span.icon {
	background:url(../image/cart_icon.png) 50% 50% no-repeat;
	border-bottom:1px solid #e1e1e1;
}
#sidefeatures ul li.side_currency span.icon {
	background:url(../image/currency_icon.png) 50% 50% no-repeat;
	border-bottom:1px solid #e1e1e1;
}
#sidefeatures ul li.side_lang span.icon {
	background:url(../image/lang_icon.png) 50% 50% no-repeat;
	border-bottom:1px solid #e1e1e1;
}
#sidefeatures ul li.side_search span.icon {
	background:url(../image/search_icon.png) 50% 50% no-repeat;
}
#sidefeatures ul li:hover{
	cursor:pointer;
}
#sidefeatures #cart {
	position: absolute;
	top: 0px;
	left: 35px;
	min-width: 300px;
	padding:0;
	display:none;
}
#sidefeatures #cart .heading {
	padding:6px 14px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	background: #292929;
	margin-bottom:6px;
	-moz-box-shadow: 0px 0px 8px #666666;
	-webkit-box-shadow: 0px 0px 8px #666666;
	box-shadow: 0px 0px 8px #666666;
}
#sidefeatures #cart .heading h4 {
	color: #f1f1f1;!Important
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidefeatures #cart .heading a {
	color: #f1f1f1;
	text-decoration: none;
}
#sidefeatures #cart .heading a span {
	padding:3px 19px 3px 7px;
	font-size:13px;
	font-weight:bold;
}
#sidefeatures #cart .content {
	clear: both;
	top: 2px;
	padding: 8px;
	min-height: 150px;
	border: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	background: #FFF;
	display: block;
	-moz-box-shadow: 0px 0px 8px #666666;
	-webkit-box-shadow: 0px 0px 8px #666666;
	box-shadow: 0px 0px 8px #666666;
}
#sidefeatures #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#sidefeatures #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#sidefeatures #cart .cart .image {
	width: 1px;
}
#sidefeatures #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#sidefeatures #cart .cart .name small {
	color: #666;
}
#sidefeatures #cart .cart .quantity {
	text-align: right;
}
#sidefeatures #cart .cart td.total {
	text-align: right;
}
#sidefeatures #cart .cart .remove {
	text-align: right;
}
#sidefeatures #cart .cart .remove img {
	cursor: pointer;
}
#sidefeatures #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#sidefeatures #cart table.total td {
	color: #000;
}
#sidefeatures #cart .content .checkout {
	text-align: right;
	clear: both;
}
#sidefeatures #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#sidefeatures #currency, #sidefeatures #language, #sidefeatures #search {
	position: absolute;
	top: 0px;
	left: 35px;
	padding:8px;
	display:none;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	background: #333;
	margin-bottom:6px;
	-moz-box-shadow: 0px 0px 8px #666666;
	-webkit-box-shadow: 0px 0px 8px #666666;
	box-shadow: 0px 0px 8px #666666;
	text-align:left;
	float:left;
	white-space: nowrap;
}
#sidefeatures #search {
	width:193px;
}
#sidefeatures #currency a {
	border: 1px solid #CCCCCC;
	background-color:#D06464;
    color: #fff;
    display: inline-block;
	font-weight:bold;
	font-size:14px;
    margin:0 0 0 2px;
    padding: 2px 8px;
    text-decoration: none;
}
#sidefeatures #language a {
	display: inline-block;
    margin:0 0 0 2px;
    padding: 2px 4px;
    text-decoration: none;
}
#sidefeatures #search input {
    height: 21px;
    padding: 1px 26px 1px 5px;
    width: 130px;
	float:left;
}
#sidefeatures .button-search {
    background:url(../image/search_icon.png) 50% 50% no-repeat;
	background-color:#EEEEEE;
    cursor: pointer;
	width:25px;
    height: 25px;
	margin-left:5px;
	float:left;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

/* 404 */
.not-found {
	text-align:center;
}
h1.oops {
	font-size:180px;
	color:#D06464;
}
.not-found .search{
	padding:10px;
	background-color:#dedede;
	width:400px;
	height:35px;
	margin:0 auto 30px auto;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.not-found .search input{
	padding:8px;
	font-size:14px;
	font-weight:bold;
	float:left;
	width:340px;
}
.not-found .button-search {
    background: url("../image/search_icon.png") no-repeat scroll 50% 50% #D06464;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    float: left;
    height: 35px;
    margin-left: 5px;
    width: 35px;
}
.not-found .button-search:hover {
	background: url("../image/search_icon.png") no-repeat scroll 50% 50% #333;
}

/* Clear Fix Hack ------------------------------------------------------------------------------------*/


.fixed:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.fixed {
	display:block;
}
/*  \*/
.fixed {
	min-height:1%;
}
* html .fixed {
	height:1%;
}
.last {
	margin-right:0px;
}
.clear {
	clear:both;
	font-size: 0;
	line-height: 0;
	height: 0
}
.block {
	display:block;
}
/**************************
*	Slideshow			  *
**************************/
#slideshow_big1 {
	width:100%;
	min-width:988px;
	background:url(pattern-top1.png) top left repeat-x;
	/* background: url('../image/shadow_big.png') bottom center no-repeat; */
	/* margin-bottom:30px; */
}
#slideshow_big1 .inner {
	height:528px;
	/* padding:0 0 21px 0; */
}
#slides {
	position:relative;
/* 	z-index:100; */

}

.slides_container {
 	/* width:960px; */
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container div.slide {
 	width:960px;
	height:360px; 
	display:block;
}

#slides .next,#slides .prev {
	position:absolute;
	top:40%;
	right:-19px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;background:url(prev.gif) no-repeat right;
}

#slides .next {
	left:-25px;background:url(next.gif) no-repeat right;
}

.pagination {
	margin:5px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.caption {
	z-index:500;
	position:absolute;
	top:20%;
	left:20%;
	height:auto;
	padding:5px 0;
/* 	background:#000;
	background:rgba(0,0,0,.5); */
	/* width:100%; */
	/* font-size:1.6em ; */
	line-height:1.33;
	color:#E40039;
/* 	border-top:1px solid #000; */
	text-shadow:none;
	font-weight:bold;
}
.caption p {color:#E40039; /* font-size:1.4em ; */ }
.caption  div{color:#E40039; /* font-size:1.4em ; */ }
.caption label {color:#E40039; font-size:1.8em ; }
.caption  span {color:#b4ba78; font-size:1.4em !important;  }
.caption  em {color:#E40039; font-size:1.4em !important;  }

/**************************
*		Slideshow		 *
**************************/
