.bold{ font-weight: bold; }
.clear{clear:both;}

#page_content #content #page_teaser {
	margin-top:50px;
	margin-left:0px;
	font-size:12px;
	width:100%;
}
#page_content #content #page_teaser h4 {
	margin-top:50px;
	font-size:14px;
	background:#ccc;
	min-height:15px;
	padding:5px;
}
#page_content #content #page_teaser ul {
	padding:15px;
}
#page_content #content #page_teaser ul li {
	list-style-type:disc;
}

/* * * * * * * * *
 * Shopping Cart *
 * * * * * * * * */
table.shoppingCart{
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
table.shoppingCart th{
	font-weight: bold;
	color: #c41000;
	background-color: #d7d7d7;
}
table.shoppingCart td, table.shoppingCart th{
	padding-top: 3px;
	padding-bottom: 3px;
}
table.shoppingCart div.cartColor{
	font-size:  10px;
	font-style: italic;
}
table.shoppingCart td{
	padding-top: 3px;
	padding-bottom: 3px;
}
table.shoppingCart tr.row{
	background-color: white;
}
table.shoppingCart tr.row td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	margin-left: 0px;
	margin-right: 0px;
}
table.shoppingCart tr.alt{
	background-color: #f8f7f7;
}
table.shoppingCart div.orderTotalLabel{
	text-align: right;
}
table.shoppingCart td.submitCell{
	text-align: right;
}

/* * * * * * *
 * Checkout  *
 * * * * * * */
table#checkout td{
	padding-top: 8px;
	patting-bottom: 8px;
}
table#checkout input[type='text']{
	width: 520px;
	border: 1px solid #c1c1c1;
	height: 20px;
}
table#checkout td#checkoutFooterRow{
	text-align: right;
}

div.requiredText
{
	font-weight: bold;
	font-size: 12px;
	color: black;
}

img.resetForm{
	cursor: hand;
}


#page_content #content #prodImage {
	width:100%;
	text-align:center;
	padding:5px;
}

#page_content #content #prodDesc {
	float:left;
	width:70%;
	padding:5px;
	margin-top:2px;
}

#page_content #content #prodImage #prod_image_wrapper {
	/*width:125px;*/
	float:left;
	padding:2px;
}

#page_content #content #prodImage #prod_image_wrapper .image{
	padding-bottom:25px;
}

#page_content #content #prodImage #prod_image_wrapper .enlarge_button {
}
#cart_wrapper {
	float:right;
	width:25%;
	padding:10px;
	margin-top:15px;
	background:#ccc url(/srcfixturesimages/shoppingcartbackground.png) repeat-y;
}

#cart_wrapper .prodPrice {
	font-weight:bold;
	font-size:12px;
}
#cart_wrapper .price {
	color:red;
}
#cart_wrapper .priceDisclaimer {
	font-size:10px;
	font-weight:bold;
}

/* * * * * * * * *
 * Button Slide  *
 * * * * * * * * */
div.slideButton	{
	margin-left: 9px;
	margin-right: 4px;
	text-decoration: none;
	float:left;
	color: white;
	cursor:	pointer;
	font: 300 14px/22px	"Arial", Helvetica,	sans-serif;
	background: url(/srcfixturesimages/btn_slide.png) no-repeat top right; 
}

div.slideButton a, div.slideButton div.slideText {
	margin-top:	0px;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: -8px;

	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 8px;

	position: relative;	/*To fix IE6 problem (not displaying)*/
	float:left;
	color: white;
	background: url(/srcfixturesimages/btn_slide.png) no-repeat top left; 
	line-height: 23px;
}
div.slideButton a:hover, div.slideButton div.slideText:hover
{
	text-decoration: underline;
}

/* * * * * * * *
 * Add To Cart *
 * * * * * * * */
/* Add To Cart: Color Selection Container */
.addToCart {
	width:100%;
}
.addToCart .slideButton {
	margin-top:5px;
}
.atcColor{
	clear:both;
	padding:5px;
}
/* Add To Cart: Color Title */
.atcColorTitle{
	font-size:12px;
	float:left;
	padding-right:5px;
}
/* Add To Cart: Color Dropdown List */
.atcColorInput{ 
	float:left;
}

/* Add To Cart: Quantity Selection Container */
.atcQuantity{
	clear:both;
	padding:5px;
 }
/* Add To Cart: Quantity Title */
.atcQuantityTitle{ 
	float:left;
	font-size:12px;
	padding-right:5px;
}
/* Add To Cart: Quantity Textbox */
.atcQuantityInput{
	float:left;
	width:50px;
}


/* * * * * * *
 * slideshow *
 * * * * * * */ 
.prevImage{ cursor:hand; float:left; display:inline; margin-top:50%; _margin-top:30%; margin-left:10px; margin-right:10px; width:30px;}
.dialogImageContainer { position:absolute; top:38px; left:50px; width:343px; height:432px; vertical-align:center; text-align:center; }
#dialogImage{ 
	position:relative;
	max-width:343px;
	max-height:432px;
	_width: expression(this.width > 343 ? 343 : true);
	_height: expression(this.width > 432 ? 432 : true);
}
.nextImage{ cursor:hand; float:right; display:inline; margin-top:50%; _margin-top:30%; margin-right:10px; width:30px;}

/* ~~~~ Popup Image: Center Vertically ~~~~~ */
.dialogImageContainer { text-align:center; display:table; }
.dialogImageContainer .dialogImage { display:table-cell; vertical-align:middle; position:static; }
 /* -- IE(6,7) only -- */
.dialogImageContainer .dialogImage { *position:relative; *top:50%; }
.dialogImageContainer .dialogImage img { *position:relative; *top:-50%; }
.dialogImageContainer .dialogImage, .dialogImageContainer .dialogImage img { *zoom:1; }



/* * * * * * * *
 * Breadcrumb  *
 * * * * * * * */
.breadcrumb {
	font-size:8px;
	width:100%;
	margin-top:-15px;
	margin-left:-15px;
	padding-bottom:30px;
}
.breadcrumb ul {
	white-space:nowrap;
}
.breadcrumb ul li {
	list-style-type:none;
	display:inline;
}
.breadcrumb ul li a {
	text-decoration:none;
}
.breadcrumb ul li.last {
	font-weight:bold;
}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
