/**
 * CSS FILE FOR PINKSTIX ON-LINE SHOP
 * www.pinkstix/shop/
 *
 * @data Mar 2, 2010
 **/
 
#ishopFrame {
	background-color: #f1f1f1;
    text-align:left;
    width: 1030px;
    min-height: 100%;
    _height: 100%;
    margin: 0 auto;
	}
	
#mainFrame {
	min-height: 980px;
	}
		
#shopMenu {
	display: block;
	position: relative;
	}	
	
#mainMenu {
	display: none;
	position: absolute;
	}	
	
#ishopContent {
	margin-top: 38px;
	}	
	
/***** CATEGORY ********************************************/
.productItem .orgPrice,
.productItem .productName {
	display: block;
	}	
	
.productListRow {
	overflow: hidden;
	margin-bottom: 5px;
	display: block;
	_height: 100%;
	positive: relative;
	color: #ffffff;
	}
	
.productListRow a {
	color: #ffffff;
	text-decoration: none;
	}	
	
.productItem {
	width: 150px;
	float: left;
	text-align: center;
	margin: 10px 3px -300px 10px;
	padding-bottom: 310px;
	background-color: #38231f;
	line-height: 1.3em;
	positive: relative;
	}	

.productItem .productDesc {
	positive: relative;
	}	

/***** PRODUCTS ********************************************/	
#product {
	margin-top: 10px;
	line-height: 1.1em;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	}
	
#productimage {
	width: 350px;
	float: left;
	}
	
#productDetailBox {
	float: left;
	margin-left: 10px;
	border: 1px solid #cccccc;
	color: #333333;	
	min-height: 263px;
	}		
	
#productDetailBox .productDetailWrapper {
	width: 370px;
	display: block;	
	padding: 10px 0;
	}
	
#productDetailBox .productDetail {
	padding: 10px 20px;
	}
		
#product h1 {
	font-size: 1.4em;
	padding-bottom: 5px;
	}
	
#product .onSale {
	display: block;
	padding-bottom: 4px;
	}	
	
#product .price {
	font-weight: bold;
	}	
	
#product .fieldTitle {
	margin: 20px 0 5px 0;
	color: #444444;
	font-weight: bold;
	font-size: 0.8em;
	border-bottom: 1px solid #cccccc;
	}	

#product .readonly {
	color: #444444;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	}
	
#product select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 150px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	}
	
#product .descField {
	color: #444444;
	font-size: 0.9em;
	line-height: 1.4em;
	}	
	
#product .continueButton {
	text-decoration: underline;
	padding-right: 1px;
	}	
	
#productDetailBox .buttons {
	padding-top: 15px;
	text-align: right;
	}
	
/***** CART ********************************************/		
#emptycart {
	padding: 20px;
	font-weight: bold;
	}

#cart {
	margin-top: 12px;
	line-height: 1.1em;
	color: #444444;
	}
	
#cart a {
	text-decoration: none;
	color: #333333;
	}	
	
#cart #page_heading	{
	width: 740px;
	}
	
#cartTitle {
	width: 250px;
	float: left;	
	color: #444444;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 4px;	
	}	
	
#cartHeadingRight {
	width: 158px;
	float: right;
	}
	
	
	
#cart #cart_detail {
	padding: 2px 0;
	border: 1px solid #cccccc;
	padding: 10px 20px;
	}
	
#cart .cartItem {
	margin: 10px 0;
	clear: both;
	}	
	
#cart .cartThumbnail {
	float: left;
	width: 100px;
	margin-right: 10px;
	}	
	
#cart .cartItemDetail {
	float: left;
	width: 450px;
	}	
	
#cart .cartItemTitle {
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	font-size: 1.1em;
	} 
	
#cart .cartItemPrice {
	width: 150px;
	float: right;
	color: #333333;
	text-align: right;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
	
#cart .cartItemName {
	float: left;
	}	
	
#cart .cartItemBody {
	padding: 10px 0;
	}	
		
#cart .cartItemBody div {
	padding-bottom: 5px;
	}	
	
#cart .cartItemDesc {
	float: left;
	}	
		
#cart .cartItemAction {
	float: right;
	width: 150px;
	text-align: right;
	}	
	
#cart .quantity {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-size: 0.9em;
	}	
	

#cartDetailBottom {
	border-top: 1px solid #cccccc;
	padding: 10px 0;
	text-align: right;
	}
	
#cartDetailBottom input {
	border: none;
	background-color: transparent;
	}
	
#cartCheckoutButtons {
	padding-top: 20px; 
	}	
	
#cartCheckoutButtons .pressButton {
	padding-left: 20px;
	}	
	
/***** CHECK OUT *******************************************/
#checkoutSteps {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
		
#checkoutSteps .step,		
#checkoutSteps .active {
	color: #444444;
	text-align: center;
	float: left;
	padding: 5px 0;
	background-color: #cccccc;
	border-right: 1px solid #f1f1f1;
	letter-spacing: 1px;
	font-size: 0.9em;
	width: 185px;
	}
	
#checkoutSteps .active {
	background-color: #38231f;
	color: #ffffff;
	}	
	
.checkout_detail {
	padding: 5px 30px 20px 40px;
	}	
	
.checkout_detail2 {
	padding: 5px 10px 20px 10px;
	}		
			
.checkout_shipservice {
	float: left;
	width: 500px;
	margin-bottom: 8px;
	}
	
.checkout_shipcost {
	float: left;
	width: 100px;
	margin-bottom: 8px;
	text-align: right;
	}
	
	
/***********************************************************/	


	

	
input.checkbox {
	border: none;
	background: transparent;
}
		
option {
	padding-left:2px;
	}
		
.orgPrice {
	text-decoration: line-through;
	}
	
.onSale {
	color: #ED309D;
	}
	
.bar {
	background-color: #787878;
	border-right: 5px solid #787878;
	height: 5px;
	}
	

	

	

	

	

