/************************ Common in all store jsp's ********************/
img#view{
	height:200px;
	width:200px;
}

img.gallery{
	height:60px;
	width:60px;
}

img.thumb{
	height:40px;
	width:40px;
}

h2{
	font-size: 26px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 auto;
	padding: 0;
}

#top_banner{
	float:left;
	width: 750px;
	text-align: center;
	margin-bottom: 30px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	background-color: LightGreen;
	height: 75px;
	line-height: 75px;
}

#container{
	width: 1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 auto;
	padding: 0;
}

#content{
	width: 750px;
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}


/************************store.jsp ***********************/
#content ul#sales_items li{
	border: 2px solid #2ee54e;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	float: left;
	display: inline-block;
	list-style: none;
	width: 225px;
	height: 250px;
	margin-right: 20px;
	margin-left: -15px;
	margin-bottom: 20px;
	padding-top: 10px;
}


/**************************** store_selection.jsp********************************/
#content ul#select_item li{
	border: 2px solid #2ee54e;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	float: left;
	display: inline-block;
	list-style: none;
	margin-bottom: 15px;
	padding-top: 10px;
}

#content ul#select_item li#display{
	width: 300px;
	margin-right: 20px;
	padding-bottom: 5px;
}
#content ul#select_item li.option{
	width: 150px;
	height: 50px;
	margin-left: 15px;
}
#content ul#select_item li.gallery_image{
	font-size: 10px;
	width: 70px;
	height: 80px;
	margin-left: 15px;
	position: relative;
}

#content ul#select_item li.weight{
	width: 160px;
	height: 55px;
	margin-top: 20px;
	border-color: white;
	
}
#content ul#select_item li.thumb{
	float: none;
	width: 45px;
	height: 45px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-color: white;
}

/*********************** BEGIN store_cart_block.jsp ***********************/
img.delete{
       height:10px;
       width:10px;
       float:left;
}

#indent{
	text-indent:40px;
}

form#cartQuantity {
	display: inline;
}

#cart{
       float: right;
       width: 230px;
       font-family:Arial, Helvetica, sans-serif;
       margin-left: 10px;
}

#cart_banner {
       float: right;
       width: 230px;
       text-align: center;
       -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
   -khtml-border-radius: 0px;
   border-radius: 0px;
       background-color: #CDFFC0;
       height: 40px;
       line-height: 40px;
}

#cart_content {
       width: 230px;
       text-align: left;
       font-size: 10px;
       margin-top: 30px;
       font-weight: bold;
       font-style: normal;
}

#cart_content ul#cart_items li {
       border: 2px solid LightGreen;
       -moz-border-radius: 0px;
       -webkit-border-radius: 0px;
       -khtml-border-radius: 0px;
       border-radius: 0px;
       display: inline-block;
	   text-indent:10px;
       list-style: none;
       width: 226px;
       margin-left:-40px;
       padding-top: 5px;
       padding-bottom: 5px;
}
#cart_total {
       width: 230px;
       text-align: center;
       -moz-border-radius: 0px;
   -webkit-border-radius:0px;
   -khtml-border-radius: 0px;
   border-radius: 0px;
       background-color: #CDFFC0;
       margin-top:-5px;
       padding-top: 10px;
       padding-bottom: 10px;
}
#cart_orders {
       width: 230px;
       text-align: center;
       -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
   -khtml-border-radius: 0px;
   border-radius: 0px;
       background-color: Yellow;
       height: 40px;
       line-height: 40px;
}


/********************* store_checkout.jsp **************************/
#checkoutItems {
	width: 800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 auto;
	padding: 0;
}

#content ul#checkout_items li {
	border: 1px solid gray;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	float: left;
	display: inline-block;
	list-style: none;
	width: 600px;
	height: 150px;
	padding-top: 10px;
	margin-right: 1px;
	margin-bottom: 1px;
}
#content ul#checkout_items li#continueButton{
	width: 150px;
	height: 90px;
	margin-left: 150px;
	padding-top:50px;
	float: left;
	border-color: white;
}

#content ul#checkout_items li.image{
	width: 110px;
	height: 80px;
	margin-left: -5px;
	float: left;
	vertical-align:top;
}
#content ul#checkout_items li.info{
	width: 430px;
	height: 80px;
	float: left;
	vertical-align:top;
	text-align:left;
	padding-left: 10px;
}
#content ul#checkout_items li.cost{
	width: 110px;
	height: 60px;
	float: left;
	padding-top: 30px;
}
#content ul#checkout_items li.cartCat{
	height: 20px;
	float: left;
	text-align:center;
	padding-top: 5px;
	background-color: #F0F0F0;
}
#content ul#checkout_items li.total{
	width: 110px;
	height: 20px;
	float: left;
	padding-top: 5px;
}
#content ul#checkout_items li.cat{
	width: 88px;
	height: 20px;
	float: left;
	text-align:left;
	padding-left: 10px;
	padding-top: 5px;
	margin-left: 150px;
	background-color: #F0F0F0;
}
#content ul#checkout_items li#confirm{
	width: 212px;
	height: 35px;
	float: left;
	text-align: center;
	margin-left: 150px;
	background-color: #F0F0F0;
}

#content ul#checkout_items li#errors{
	width: 630px;
	height: 180px;
	float: left;
	vertical-align:top;
	text-align:left;
	padding-left: 70px;
	margin-bottom: 30px;
	border: 2px solid RED;
	display: none;
}


/********************** store_confirm.jsp *****************/
#confirm_banner{
	float:left;
	width: 850px;
	text-align: center;
	margin-bottom: 30px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	background-color: LightGreen;
	height: 75px;
	line-height: 75px;
	margin-top:20px;
}

#orderInformation {
	width: 900px;
	text-align: left;
	margin-top: 30px;
	font-size: 16px;
	color: #47a;
}

#orderInformation ul#table li{
	border: 1px solid black;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	float: left;
	display: inline-block;
	list-style: none;
	margin-bottom: 20px;
	padding-top: 10px;
}

#orderInformation ul#table li.infoTable{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-right: 40px;
}

#orderInformation ul#table li#button{
	float: none;
	border-color: white;	
}

.order{
	padding:10px;
	margin:10px;
	border:5px solid gray;
}
.ship{
	padding:10px;
	margin:10px;
	border:5px solid gray;
}

/****************************** store_reciept.jsp *****************************/
.receiptth {
	background-color: lightgray;
}

.receiptblank{
	border-style:none;
}
