
/*Listing*/
.blueText{
	font-weight:bold;
}
.topBlock{
	padding:0px 15px;
	position:relative;
}
.price{
	color:#f27926;
	font-size:20px;
}
.categoryTree{
	float:left;
}
.categoryTree a:hover{
	text-decoration:underline;
}
.itemNumber{
	float:right;
}
.orangeText{
	color:#F57D1E;
}
.title h1{
	font-weight:normal;
	font-size:25px;
	clear:both;
	margin:10px 0px;
	padding-top:20px;
}
#col1{
	width:333px;
	float:left;
}
#col2{
	width:480px;
	float:left;
	margin-left:20px;
}
#col3{
	float:right;
}

#bigPicture{
	width:310px;
	height:310px;
	line-height:305px;
	text-align:center;
	background-image:url(../img/listings/bigPicture_bg.jpg);
	background-repeat:no-repeat;
	backgroun-position:center center;
}
#bigPicture a{
	padding:10px;
}
#bigPicture a img{
	vertical-align:middle;
}
#imagesList{
	width:310px;
}
.topRound{
	background-image:url(../img/listings/round_corners_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	line-height:6px;
	font-size:6px;
	text-align:center;
}
.middleRound{
	background-image:url(../img/listings/round_corners_middle.jpg);
	background-repeat:repeat-y;
	background-position:center center;
	padding:1px 3px;
}
.bottomRound{
	background-image:url(../img/listings/round_corners_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	line-height:6px;
	font-size:6px;
	text-align:center;
}
.ltBlue1{
	background-color:#D6E8EE;
}
.ltBlue2{
	background-color:#C0E9F1;
}
.picListItem{
	width:70px;
	height:70px;
	overflow:hidden;
	text-align:center;
	margin:0px 3px 3px 3px;
	line-height:70px;
	float:left;
}
.picListItem div{
	line-height:70px;
	width:70px;
	height:70px;
}
.picListItem a{
	padding:1px;
}
.picListItem img{
	position:relative;
	left:-1px;
	vertical-align:middle;
}
#mediaArea h4{
	color:#F57D1E;
	margin:5px 0px 2px;
	font-weight:normal;
}
.greyText{
	color:#999999;
}
#otherInfo{
	margin-top:20px;
}
#IDescription, #SellerInfo, #ContactSeller,#otherInfo{
	z-index:0;
}
#IDescription table,#SellerInfo table{
	border:0px;
	border-width:0px;
	border-spacing:0px;
	padding:0px;
	margin:0px;
	background-color:#F2F2F2;
	width:100%;
}
#IDescription td,#SellerInfo td{
	padding:10px 7px;
}
.darker td{
	background-color:#E6E6E6;
}
.question, .tableLabel{
	color:#999999;
	width:150px;
}
#IDescription .divider,#SellerInfo  .divider{
	background-image:url(../img/listings/divider_lighter.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:14px;
}
.darker .divider{
	background-image:url(../img/listings/divider_darker.png);
}
#SellerInfo a{
	color:#F47925;
}
#SellerInfo a:hover{
	color:#FF9A55;
}
#tabListHolder{
	background-image:url(../img/layout/orange_grad_02.jpg);
}
#tabList{
	width:438px;
	margin:0px auto;
	background-image:url(../img/layout/tabs.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	list-style-type:none;
	height:28px;
	padding:0px 5px;
}
#tabList li{
	float:left;
	margin-top:4px;
	padding:4px 0px;
	text-align:center;
	width:143px;
	cursor:pointer;
	font-weight:bold;
}
#tabList li.disabled{
	cursor:default;
}
.similarItem{
	background-image:url(../img/listings/similar_box.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:101px;
	width:101px;
	margin:5px auto;
	position:relative;
	z-index:2;
	text-align:center;
	line-height:101px;
}
.similarItem a{
	padding:1px;
}
.similarItem img{
	vertical-align:middle;
}
.simInfo{
	background-image:url(../img/listings/similar_info.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:95px;
	font-size:11px;
	position:absolute;
	top:90px;
	left:16px;
	padding:9px 3px 3px 3px;
	z-index:5;
}
#similarListings{
	position:relative;
}
.simTitle{
	margin:2px 15px;
	text-align:center;
	font-size:11px;
}

