/** product image **/

.productImageSection {

	width: 270px;

	float: left;

	margin-right: 10px;

	padding-left: 0px;

}

.productImageSection #itempicture {

    background: #f1f1f1;

}


/** breadcrumbs

#itemglobalContentContainer {
	width: 900px;
	float: none;
    background-color: transparent;
}

#itemglobalContentContainer .depthpathContainer img {

	padding-right: 6px;

	float: left;

	cursor: pointer;

}
 **/


#itempath, div.path {
    width: 1000;
    height:20px;
    float: none;
    background-color:#c9c9c9;
    padding-top:6px;
    padding-left:20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}


#body_container {
    width: 1000;
    height:auto;
    float: none;
    background-color:white;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

/** product details **/

.productDetailSection {

	width: 460px;

	float: left;

}


table#masterTable tr.colHeader td {

	font-size: 12px;

	font-family: verdana;

	font-weight: bold;

	color: #333;

}



/** overridding styles **/




#itemglobalContentContainer {
    background-color:white;
    border-color: #CCCCCC;
    border-style:none none none none;
    border-width:0px 0px 0px 0px;
    margin-left:auto;
    margin-right:auto;
    padding-top:6px;
    width:1000px;
}

#itemlocalContentContainer {
	width: 790px;
	float: left;
	border: none;

}


#advertisement_column {
	background-color:white;
	height: auto;
	border: none;
	float: right;
	width: auto;

}

#advert {
	width: 220px;
	height: 220px;
	background-color:#6699cc; 
	color:white;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 2px;
}
#advert_header {
	color:white;
	font-size: 22px;
	font-weight: lighter;
	line-height: 110%;
	color: white;
	letter-spacing: 0.0em;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right:15px;
}
#advert_body {
	color:white;
	font-size: 14px;
	font-weight: lighter;
	color: white;
	letter-spacing: 0.0em;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right:15px;
}		


/**
.adv_header {
	font-size: 22px;
	font-family: Arial;
	font-weight: lighter;	
	text-transform: uppercase;
	line-height: 150%;
	color: white;
	letter-spacing: 0.1em;
}

.adv_body {
}
	padding-top:30px;
	padding-bottom:30px;
	padding-left:15px;
	padding-right:15px;
**/


/** Item Detail Box **/

			.tabsPanel {
			width:100%;	
			}
			.tabContainer {
			width:100%;
			height:100%;
			}
			.tabContentContainer {
			clear:left;
			background-color:#FFFFFF;
			border:1px solid #CCCCCC;
			position:relative;
			top:-1px;
			margin-bottom:-1px;
			}
			
			.pdpTab {
			margin-right:auto;
			margin-left:auto;
			
			}
			.tabCorner{
			position:absolute;
			top:-1px;
			left:auto;
			right:0;
			z-index:4;
			}
			.pdpTabLabel {
			padding-left:8px;
			padding-right:8px;
			padding-top:5px;
			padding-bottom:6px;
			background-color:#CCCCCC;
			}
			.tabHolder {
			border-top:1px solid #CCCCCC;
			border-right:1px solid #CCCCCC;
			border-left:1px solid #CCCCCC;
			border-bottom:0;
			position:relative;
			float:left;
			margin-right:2px;
			}
			.itembox_text {
			font-family:Verdana, Helvetica, sans-serif;
			font-weight:bold;
			font-size:12px;
			color:gray;
			}
			.item_header {
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:13px;
			color:gray;
			}

			.item_num{
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:13px;
			color:#6699cc;
			}
			
			.activeTab {
			background-color:#FFFFFF;
			z-index:3;
			cursor: default;
			}
			.inactiveTab {
			background-color:#CCCCCC;
			z-index:0;
			cursor: pointer;
			}
			.tabContent {
			width:440px;
			background-color:white;
			padding:8px;
			height:300px;
			}
			
			.activeTabContent {
			display:block;
			}
			
			.inactiveTabContent {
			display:none;

			}

#item_detail_header {
	font-family:"Arial";
	margin-left:20px;
	margin-top:10px;
	margin-bottom:5px;
	color: #999999;
	font-weight:normal;
	font-size:24px;
}


