
/* Container styles
========================================*/
#page {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 930px;
	font-size: 90%;
}

#header {
	height: 80px;
	z-index: 0;
}

#pageBody {
	margin:13px auto;
}

/* Content 
========================================*/
#content {
	float: right;
	margin-right: 20px;
	width: 510px;
	margin-top: -20px;
	padding: 0;
	line-height: 150%;
	font-size: 95%;
	color: #444;
}

#content img.format {
	margin: 0 10px 10px 0px;
	border: solid 1px #ccc;
	padding: 1px;
	float: left;
	display: inline;
}

#content img.alternateside {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

#content img.fixed {
	float: none;
	display: inline;
	margin: 0;
}

#content img.nostyle {
	padding: 0;
	border: 0;
}

#content .body {
	margin: 0 14px 0 14px;
}

#content a.top {
	clear: both;
	margin: 14px 0;
}

#content span.colon {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

#content span.colon strong {
	color: #444;
	font-weight: normal;
}

#content .alsoInterested {
	margin: 10px 0;
	border: 1px solid #b2b2b2;
	border-left: none;
	border-right: none;
	padding: 2px 0 2px 0;
}

#content .alsoInterested p {
	margin: 0;
	background: #e7e7e7;
	padding: 6px 10px;
}
/* Breadcrumb styles
========================================*/
#breadcrumbs {
	color: #fff;
	padding-top: 6px;
	height: 42px;
	font-size: 95%;
	font-weight: bold;
	background:#ff6600;
}

#breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumbs li {
	float: left;
	display: inline;
	margin-right: 4px;
}

#breadcrumbs a {
	display: block;
	padding-right: 8px;
	color: #fff;
	font-weight: bold;
	background: url("breadcrumb_div.gif") right no-repeat;
}
/* Right Menu
========================================*/
#quicklinks {
	width: 180px;
	float: left;
	display: inline;
	margin-top: -36px;
	margin-right:20px;
}


#quicklinks div.header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 35px;
}

#quicklinks div.body {
	border: 1px solid #BBBBBB;
	border-top: none;
	margin-bottom: 8px;
}

#quicklinks div.header {
	clear: both;
	padding-top: 0px;
}

#quicklinks div.header h4 {
	color: #FFF;
	clear: both;
	font-size: 150%;
	line-height: 60%;
	line-height: 100%;
	font-family: tahoma, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	padding: 12px 10px 0 10px;
	padding-top: 7pt;
	margin: 0;
}

#quicklinks div.body ul {
	margin: 0 1px 1px 1px;
	background-color: #f2f2f2;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	list-style-position: outside;
	list-style: none;
	list-style-type: none;
	padding: 3px 0 2px 0;
}

#quicklinks div.body ul li.quicklink {
	margin: 0 9px 0 10px;
	padding: 0 !important;
	line-height: 18px;
	font-size: 95%;
	border-bottom: 1px solid #dbdbdb;
	/* caching */
	background-image: url(arrow_enabled.jpg);
	background-repeat: no-repeat;
    background-position: 0 -50px;
}

#quicklinks div.body ul li.last {
	border-bottom-color: #eee;
}



#quicklinks div.body ul li.quicklink a {
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0;
	display: block;
	/*background-image: url(../_img/quicklinks/arrow.jpg);*/
	background-image: url(arrow_disabled.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#quicklinks div.body ul li.quicklink a:hover {
	/*background-position: 146px -17px;*/
	background-image: url(arrow_enabled.jpg);
	color: #F60;
}



#quicklinks div.promo {
	margin-bottom: 8px;
}
#detail_tabs{
    display:block;
    width:100%;
    height:auto;
    min-height:25px;
	margin:0;
	padding:0;
}
#detail_tabs dt{
    float:left;
    display:block;
    width:105px;
    height:25px;
	margin-right:2px;
    background:url(header.gif) #ccc no-repeat 0 0;
}
#detail_tabs dt a{
    display:block;
    width:105px;
    text-align:center;
    color:#666;
    font-weight:bold;
    padding-top:5px;
}
#detail_tabs dt a:hover{
    display:block;
    width:105px;
    height:20px;
    text-align:center;
    background: #ff6600 repeat-x 0 0;
    color:#fff;
}
#detail_tabs dt.cur_tab a{
    color:#fff;
}
#detail_tabs dt.cur_tab{
    display:block;
    width:105px;
    height:25px;
    text-align:center;
    background: #ff6600 repeat-x 0 0;
    color:#fff;
}
#detail_tabs dt.tab{
    display:block;
    width:105px;
    height:25px;
    text-align:center;
    background:#ccc no-repeat 0 0;
    color:#4b4b4b;
}
.detail_top{
    background:url(/images/product080715/detailinfotopbg.gif) no-repeat 0 0;
    width:100%;
    height:8px;
    overflow:hidden;
}
.detail_bottom{
    background:url(/images/product080715/detailinfobottombg.gif) no-repeat 0 0;
    width:100%;
    height:8px;
    overflow:hidden;
}
.idSkuDetailGroup{
	background:#fff;
	border:1px solid #ff6600;
	height:230px;
}
dl.order1 {
    margin:10px 0;
    padding:10px;
	display:inline;
}
dl.order1 dt{
    float:left;
    line-height:20px;
	padding-bottom:4px;
}
dl.order1 dt.scale{
	text-align:left;
	width:20%;
}
#clear{
	clear:both;
	height:0px;
}
.input1{
	width:250px;
}
.btn{
	font-weight:bold;
	border:0px;
    FONT-SIZE: 12px;
    BACKGROUND: url(btn_query.gif) #fff no-repeat left bottom;
    WIDTH: 78px;
    CURSOR: pointer;
    COLOR: #FFF;
    LINE-HEIGHT: 22px;
    HEIGHT: 22px
}

.btn2{
	font-weight:bold;
	border:0px;
    FONT-SIZE: 12px;
    BACKGROUND: url(btn_sendingmail.gif) #fff no-repeat left bottom;
    WIDTH: 128px;
    CURSOR: pointer;
    COLOR: #FFF;
    LINE-HEIGHT: 22px;
    HEIGHT: 22px
}

table {
border-collapse: collapse;
border-spacing:2px;
text-indent:0;
font-size:10pt;
}
th, td {
	padding:0 5px;
	text-align:left;
	height:20px;
}
th{

}
.border{
	border:1px solid #bbb;
}
#tbmaininfo th.line0{
	height:25px;
	background:#eee;
	border-bottom:2px solid #666666;
}
.border .line1{
	height:20px;
	padding-top:5px;
	border-bottom:2px solid #666666;
	width:98%;
	margin:0 auto;
}
.line1 span{
	font-weight:bold;
}
.line2{
	background:#bbb;
	width:98%;
	margin:0 auto;	
	text-align:center;
}
.line2 span{
	font-weight:bold;
	padding:4px;
	font-size:120%;
}
#tbdetailinfo{
	width:98%;
	margin:0 auto;	
    font-size : 10px	
}
.bgcolor1{
	background:#f7f2df;	
	height:1px;
}
#tbdetailinfo .bgcolor{
	background:#eee;
}

/* Image Link
===========================*/
#imagelink .orange{
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
}

#imagelink {
	float: right;
	border:1px solid #FF6600;
}

