/******************************************
*
*	CREATIVE STUDIO
*
*	product_details.css
*
*	Last Updated By: Ryan Perry
*	
*	Last Updated On: 5/1/2009
*
******************************************/



/******************************************
*	BEGIN GENERAL PRODUCTS LAYOUT
******************************************/

#productDetails {
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align:top !important;
	width:650px;
	border-collapse:collapse;
	border:none;
}

#productDetails td {
	vertical-align::top !important;
}

#prod-detail-img .cs_DetailMain {
	width:225px !important;
}

#cs_DetailThumb td img {
	width:58px !important;
	height:58px !important;
}

#descriptionContainer {
	vertical-align:top !important;
	width:375px;
}

.priceContainer {
	width:378px;
	margin:0;
	padding:25px;
	background:url('../images/priceContainer.gif') no-repeat;
	height:19px;
	font-weight:bold;
	vertical-align:top !important;
	font-size:16px;
}

.priceContainer .priceBTN {
	float:right;
}

#descriptionContainer h1 {
	font-size:24px;
	font-weight:normal;
	padding:3px 0;
	line-height:1.2em;
	color:#000000;
}

#descriptionContainer h1.newProduct {
	padding-left:80px;
	background:url('../images/newTitle.gif') no-repeat 0 3px;
}

.optionsContainer {
	width:427px;
	margin:0;
/* 	padding:25px; */
	background:url('../images/priceContainer.gif') no-repeat;
	height:68px;
	font-weight:bold;
	vertical-align:top !important;
	font-size:16px;
	margin:0 0 4px 0;
}
.optionsContainer label {float:left;padding:10px;width:100%;}
.optionsContainer select {clear:left;float:left;margin:0 0 0 10px;}
.previewContainer {
	clear:both;
	margin:5px 0 0 0;
	list-style:none;
}

.previewContainer li.thumbPreview {
	float:left;
	display:inline;
	margin:0 5px 10px 0;
	padding:3px 4px;
	background:url('../images/thumbPreview.gif') no-repeat;	
}

.recommendContainer {
	padding:25px 0;
}

.recommendItem {
	width:175px;
	float:left;
	margin:0 75px 50px 0;
	text-align:center;
}

.recommendItem .itemNumber {
}

.recommendItem .itemPrice {
	font-size:16px;
}

.recommendItem .itemTitle {
	margin:8px 0 2px 0;
}

.recommendTitle {
	width:500px;
}

.productThumb {

}

.floatRight {
	float:right;
}

#ratingLinks {
	float: left;
	list-style:none;
	margin:20px 0;
	width:100%;
}

#ratingLinks li {
	display:block;
	float:left;
	width:200px;
}

.alignRight {
	text-align:right;
}

/******************************************
*	END GENERAL PRODUCTS LAYOUT
******************************************/



/******************************************
*	BEGIN TAB CONTAINER LAYOUT
******************************************/

.idTabs {
	margin:0;
	padding:0;
}

.idTabs ul {
	list-style:none;
	margin:0 !important;
	padding:1px !important;
}

.idTabs div#tab_container {
	clear:left;
	background:url('../images/productContainer_TOP.gif') no-repeat top right;
	margin:-2px 0 4px 0;
	padding:23px 0 0 0;
	width:427px;
	position:relative;
}
  
.idTabs div#descriptionTab, .idTabs div#featuresTab, .idTabs div#ratingsTab {
	background:url('../images/productContainer_BOTTOM.gif') no-repeat bottom right;
	margin:0;

	
	
	
	
}

.idTabs div#featuresTab ul li {
	margin:0 20px;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav {
    font-size: 11px;
	list-style:none;
	margin:0;
	padding:0;
}
.ui-tabs-nav ul {
    list-style: none;
    margin: 0;
	text-align:center;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
	text-align:center;
    float: left;
    margin: 0 5px 0 0;
	font-size:11px;
	list-style:none;
}

.ui-tabs-nav li.lastNav {
    margin:0 !important;
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir*ltr problem and other quirks IE */
    background: url('../images/tab_left_off.gif') no-repeat;
}

.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	text-align:center;
	top:7px;
	_top:4px;
	left:-1px;
	z-index:2;
	position:relative;
	background:url('../images/tab_right_off.gif') no-repeat top right;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #000000;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 8px;
	_top:4px;
    z-index: 1;
	background:url('../images/tab_right_on.gif') no-repeat top right;
}

* + html .ui-tabs-nav .ui-tabs-selected a {
	top:5px;
	z-index: 1;
	position: relative;
}

* + html .ui-tabs-nav a {
	top:5px;
	z-index: 2;
	position: relative;
}
.navICON {
	position:relative;
	z-index:0;
	top:2px;
	right:2px;
}

.ui-tabs-nav a span {
	text-align:center;
	padding:10px 8px 10px 8px;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
	padding:10px 8px 10px 8px;
    background:url('../images/tab_left_on.gif') no-repeat;

}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity*40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
	padding:0 10px 15px 10px;

}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.itemLinks {
	display:block;
	margin:5px 0 10px 0;
	height:50px;
}



/******************************************
*	END TAB CONTAINER LAYOUT
******************************************/



/******************************************
*	 START AWARD POPUP LAYOUT
******************************************/

.awardWinner {
	padding:15px 0 15px 25px;
	background:url('../images/awardsLinkBG.png') no-repeat left center !important;
}

.popupContent {
	position: relative;
}

.awardsList {
	position: absolute;
	margin-left:50px;
	display: none;
	z-index: 2;
	background:url('../images/awardsPopup.gif') no-repeat !important;
	padding:60px 20px 10px 20px;
	width:197px;
	height:97px;
	line-height:1.2;
	font-size:11px !important;
	/* Development Machine 
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/awardsPopup.png", sizingMethod*"crop");
	behavior:url('file:///E|/_Clients/CreativityForKids/Ecommerce/scripts/iepngfix.htc');/* Rename path to Absoulte */	
}

.awardsList ul {
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	font-size:10px !important;
}

.awardsList ul li {
	padding:0 !important;
	height:15px !important;
	_height:13px !important;
	display:block;
	margin:0 0 5px 0 !important;
}

/******************************************
*	END AWARD POPUP LAYOUT
******************************************/


