@charset "utf-8";
html{
	background-color:white;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:black;
}
a{
	text-decoration:none;
	color:black;
}
td{
	vertical-align:top;
}
a:visited{
	color:black;
}
.main{
	margin:0px auto;
	width:1003px;
	/*border:1px solid red;*/
}
.header{
	height:173px;
	background-image: url(../images/header-back.png);
	background-position: left top;
    background-repeat: no-repeat;
	/*padding-top:34px;
	padding-left:40px;*/
	padding-right:40px;
	color:white;
}
.footer{
	height:42px; /*42*/
	background-image: url(../images/footer-back.png);
	background-position: left top;
    background-repeat: no-repeat;
	color:white;
	text-align:center;
	font-size:12px;
	padding-top:6px;
}
.footer a{
	color:white;
}

.main_menu{
	/*border-left:1px solid #DCDCDC;*/
	/*border-right:1px solid white;*/
	border-top:1px solid white;
	height:32px;/*25*/
	background-color:#F1942D;
	padding-left:20px;
	margin-right:21px;
}
.main_menu ul, .main_menu ul li{
	margin: 0;	
	padding: 0;	
	display: inline;
}
.main_menu ul li {
	float: left;
	position:relative;
	white-space: nowrap;
	display:block;
	background-image: url(../images/menu-sep.jpg);
	background-position: 100% 10px;
    background-repeat: no-repeat;
	z-index:1000;
}
.main_menu a:hover{
	background-color:#E1630A;
}
.main_menu ul li a{
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
	padding-right:15px;
	display: inline-block;
	color:white;
}
.main_menu ul li ul {
    display: none;
    position:absolute;
    top:32px;
	left:0px;
	width:220px;
	z-index:100;
}
.main_menu ul li ul li {
    display:block;    
	width:220px;
	height:auto;
}
.main_menu ul li ul li a{
	display: block;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #E1630A;
	background-color:#E1630A;
	color:white;
}

.body{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:35px;
	padding-right:20px;
	margin-right:20px;
}

.copy{
	width:665px;
	/*border:1px solid red;*/
	padding-right:10px;
}

.folder{
	background-color: #F1942D;
	font-size:20px;
	color:white;
	width:205px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
}
.folder a{
	color:white;
}
.folder .all{
	font-size:14px;
	text-align:right;
	vertical-align:bottom;
}
.folder .text{
	width:100%;
}
.right_sidebar{
	float:right;
	width:238px;
}
.right_sidebar .search{
	background-color:#F1942D;
	padding-top:5px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	color:#696969;
}
.right_sidebar .search td{
	padding-top:10px;
	vertical-align:middle;
}
.right_sidebar .search select{
	width:125px;
	height:20px;
	color:#696969;
	font-size:12px;
}
h1{
	margin-top:5px;
	margin-bottom:5px;
	font-size:25px;
	color:#0A2C56;
	font-weight:normal;
}

.right_sidebar .latest{
	border-bottom:1px solid #696969;
	margin-bottom:5px;
	font-size:12px;
	padding-left:2px;
	padding-bottom:5px;
}
.right_sidebar .hot_area a{
	color:#696969;
}
.right_sidebar .hot_area a:visited{
	color:#696969;
}
.right_sidebar .latest .thumb{
	/*border:1px solid #C9223E;*/
	width:107px;
	height:80px;
	float:right;
}
.right_sidebar .latest .price{
	color:#0A2C56;
	font-size:18px;
}
.right_sidebar .red{
	color:#CC314C;
}

.right_sidebar .moreinfo{
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}

.main .shadow_left{
	background-image: url(../images/shadow-left.png);
	background-position: left top;
    background-repeat: repeat-y;
}
.main .shadow_right{
	margin-left:8px;
	background-image: url(../images/shadow-right.png);
	background-position: right top;
    background-repeat: repeat-y;
}

.shadow_top{
	background-image: url(../images/copy-top2.png);
	background-position: left top;
    background-repeat: no-repeat;
	height:12px;
	width:675px;
}
.shadow_bottom{
	background-image: url(../images/copy-bottom2.png);
	background-position: left top;
    background-repeat: no-repeat;
	height:12px;
	width:675px;
}
.copy .shadow_left{
	background-image: url(../images/shadow-left-res.png);
	background-position: left top;
    background-repeat: repeat-y;
	width:675px;
}
.copy .shadow_right{
	margin-left:5px;
	background-image: url(../images/shadow-right-res.png);
	background-position: right top;
    background-repeat: repeat-y;
}
.copy .result{
	padding-left:15px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:15px;
	font-size:12px;
}
.copy .result .name{
	font-size:24px;
}
.copy .result .price{
	font-size:24px;
	color:#F1942D;
	text-align:right;
}
h2{
	margin:0;
	font-size:18px;
	color:#F1942D;
}
/*
.copy .result h1{
	font-size:24px;
	margin:0;
	padding:0;
	color:#C51230;
	margin-bottom:2px;
}
.copy .result h2{
	font-size:14px;
	margin:0;
	padding:0;
	color:#C51230;
	margin-bottom:5px;
	margin-top:5px;
}
.copy .result p{
	margin-top:0px;
}
.copy .result ul{
	margin:0;
	padding:0;
}
.copy .result ul li{
	list-style-type:none;
}*/
.copy .result a{
	font-size:14px;
}
.copy .links{
	color:#F1942D;
}
.links span{
	vertical-align:super;
	padding-left:5px;
}
/*.copy .result a:visited{
	color:#696969;
}
.copy .result .links{
	color:#C51230;
	padding-right:5px;
	padding-left:5px;
}
.copy .result .links span{
	vertical-align:super;
	padding-left:5px;
}
.copy .result .links:visited{
	color:#C51230;
}
.copy .result .big{
	font-size:18px;
}
.copy .result td{
	vertical-align:middle;
}
.copy h1{
	margin:0;
	padding:0;
	color:#C51230;
	font-size:24px;
}*/
.line {
	border-bottom:2px solid #696969;
	margin-top:10px;
	margin-bottom:10px;
}
.narrow{
	border-bottom:1px solid #696969;
}

.result_container{
	/*padding-top:10px;
	border-bottom:1px solid #ECECEC;*/
}
.result_container h1{
	font-size:18px;
	color:black;
	font-weight:normal;
	margin:0;
}
.result_container .price{
	font-size:18px;
	color:black;
}
.result_container p{
	font-size:12px;
	color:black;
	margin-top:0;
	margin-bottom:5px;
}
/*.result_container .specs{
	font-size:14px;
	color:#696969;
	margin-top:10px;
	margin-bottom:10px;
}*/
.result_container .link{
	font-size:14px;
	color:black;
	text-decoration:underline;
}

.pages a{
	color:#F1942D;
}
.tabs .tab{
	background-image: url(../images/tab-inactive-back.png);
	background-position: left top;
    background-repeat: no-repeat;
	float:left;
	height:19px; /*23*/
	width:102px;
	text-align:center;
	font-size:12px;
	color:white;
	padding-top:4px;
	cursor:pointer;
}
.tabs .tab:hover,
.tabs .current{
	background-image: url(../images/tab-active-back.png);
	background-position: left top;
    background-repeat: no-repeat;
}

#slideshow {
    position:relative;
    height:380px;
	width:665px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
.image_thumbs{
	margin-top:10px;
}
.image_thumbs img{
	padding-right:8px;
}
.image_main img{
}