.store_item {
				border:1px solid #ccc;
				width:25%;
				float:left;
				overflow:hidden;
				text-align:center;
				padding:10px;
				margin:10px;
			}
			.storecol3_separator {
				clear:both;
			}
			.store_item img.item_photo {
				width:95%;
			}
			.store_item img {
				border:0px;
				margin-top:0px;
			}
			.store_item_title {
				font-weight:bold;
				margin:5px;
				
			}
			.store_item_actions {
				margin:15px 20px;
				border:0px solid red;
				vertical-align:middle;
				margin:5px;
				padding:3px;
				border:1px solid #ccc;
				overflow:hidden;
			}
			
	 		#store_single_item img {
	 			border:0px;
	 		}
	 		#store_single_item img.store_single_photo {
	 			float:left;
	 			margin:5px;
	 			width:300px;
	 			border:7px solid #eee;
	 		}
	 		.radiooption {
	 			text-align:left;
	 		}
	 		#comments_area {
	 			clear:both;
	 		}
	 		#store_single_item div.item_price, #store_single_item div.item_quantityremain, .item_producer {
	 			
	 			font-size:1.5em;
	 			letter-spacing:1px;
	 			margin:10px 0px;
	 		}
	 		
	 		
	 		/*list style store css*/
	 		#list_style_shoppingcart {
	 			float:right;
	 			width:30%;
	 			overflow:hidden;
	 			padding:3px;
	 			margin:0 5px 0 0;
	 			border:1px dotted #ccc;
				
	 		}
	 		#list_style_items {
	 			float:left;
	 			width:65%;
	 			overflow:hidden;
	 		}
	 		.list_style_itemtable {
	 			padding:4px;
	 			margin:5px 0 0 20px;
	 			border:1px solid #ccc;
	 			overflow:hidden;
	 			
	 		}
	 		.list_style_itemtable .col {
	 			width:100px;
	 			float:left;
	 			font-size:1.3em;
	 			margin:0 5px;
	 		}
	 		.list_style_itemtable .col5 {
	 			font-size:.9em;
	 		}
	 		.list_style_itemtable .item_qr {
	 			margin:15px 0;
	 		}
	 		.list_style_itemtable .item_desc {
	 			clear:both;
	 		}
	 		.list_style_itemtable img {
	 			width:140px;
	 		}
	 		
	 		.list_style_itemtable .colleft {
	 			width:160px;
	 		}
	 		.list_style_itemtable .colright {
	 			width:350px;
	 		}
	 		
	 		#list_style_shoppingcart .title {
	 			text-align:center;
	 			text-decoration:none;
	 			font-style:normal;
	 			font-family:georgia;
	 			font-size:1.15em;
	 			padding:3px 0;
	 			margin:3px 0;
	 			background-color:#555555;
	 			color:white;
	 			
	 		}
	 		#list_style_shoppingcart .option {
	 			text-align:center;
	 			font-size:1.15em;
	 			margin-bottom:10px;
	 			
	 		}
	 		#list_style_shoppingcart .item {
	 			clear:left;
	 			font-size:1.3em;
	 			text-align:right;
	 			margin:10px 0;
	 		}
	 		#list_style_shoppingcart .item a {
	 			margin:10px 0;
	 			vertical-align:middle;
	 		}
	 		#list_style_shoppingcart .item_photo {
	 			width:120px;
	 			border:1px solid #555555;
	 			float:left;
	 			margin:3px 0;
	 		}
	 		#list_style_shoppingcart .total {
	 			margin:15px 0;
	 			font-weight:bold;
	 			font-size:1.5em;
	 			text-align:center;
	 			clear:both;
	 		}
	 		#list_style_shoppingcart #checkout {
	 			text-align:center;
	 		}
	 		#list_style_shoppingcart #checkout div {
	 			margin:10px auto;
	 		}
	 		
	 		#bookshelf_style_department {
	 			clear:both;
	 		}
	 		#bookshelf_style_department #pagination, #list_style_department #pagination {
	 			margin: 7px 0;
	 			border:1px solid #ccc;
	 			background-color:white;
	 			width:85%;
	 			clear:both;
	 		}
	 		
	 		#store_single_item .add_to_cart_div {
	 			border:1px solid #555;
	 			padding:5px;
	 			text-align:center;
	 			clear:both;
	 		}
	 	.addToCartQuantity {
	 		width:1em;
	 	}
	 	.addToCartButton {
	 		width:7em;
	 	}