


#count {
	background-color: #CCDAEA;	
	text-align: center;
	border : 1px solid #1B3661;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#process_container {
	width: 100%;
	text-align: center;
}

#process {
	background-color: #CCDAEA;	
	text-align: center;
	border : 1px solid #1B3661;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 400px; 
	height: 50px; 
	margin: 10px auto; 
	display: none;	
}
#settings{
	padding: 10px;
}

#delete {
	background-color: #EACCCC;	
	text-align: center;
	border : 1px solid #7F2727;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#container {
	width: 100%;
	margin: 0px auto;
}

#subcontainer{
	border: 2px solid #CCE1F2;
	border-top-style: none;
}

#header {
	width: 780px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	float: left;
	margin: 0px auto;
}
#menu {
	/*float: left;*/
	float: left;
	clear: left;
	/*position: relative;*/
	width: 200px;
}
#content {
	/*background-color: #FFFFFF;*/
	float: left;
	width: 576px;
	margin-top:1px;
	border: 1px solid #FFFFFF;
	/*padding: 5px 5px 10px 10px;*/
	//text-align: center;
	/*height: 100%;*/
	/*position: relative;*/
}


#bottom {
	float: left;
	clear: left;
	width: 100%;
	height: 30px;
}
#status {	
	width: 200px;
	text-align: center;
	padding: 5px;
}
#my_cart {	
	width: 270px;
	text-align: center;
	border-bottom: 2px solid #CCE1F2;
	border-left: 2px solid #CCE1F2;	
}
#textbox {
	padding: 10px;
}
#helpbox {
	background-color: #FCFFCD;
	margin: 10px;
	padding: 5px;
	border: 1px solid #FFC720;
	width: 100%
	height: 100%;
}

#message {
	background-color: #FFCFCF;	
	text-align: center;
	border : 1px solid #9B0F0F;
	padding: 10px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 450px;
	font-weight: bold;
}

.my_cart {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: normal;
	padding: 5px;
	color: #000000;
}


.item {
	background-color: #CCE1F2;
	width: 180px;
	height: 30px;
	padding: 0px;
	background-image: url('../images/button_bg.png');
}

#login-form{
	width: 168px; 
	border: 1px solid #CCE1F2;
	padding-top: 5px;
	margin: 30px 5px 5px;
}

#login-form td{
	padding: 2px;
	font-weight: bold;
}
#auth-button{
	padding: 5px; 
	width: 115px;  
	height: 15px; 
	font-size: 12px;
}

#supported-payments{
	width: 170px;
	margin-top: 30px;
	font-size: 13px;
	color: #224488;
/*	display:none;*/
}

.shop_header {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	background-color: #0074b9;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align: center;
/*	border-right: 2px solid #CCE1F2;
	border-left: 2px solid #CCE1F2;
	border-top: 2px solid #CCE1F2;*/
	background-image: url('../images/button_bg.png');
	color:white;
}
.shop_item_header {
	width: 253px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background-color: #CCE1F2;
	border: 1px solid #0074B9;
	background-image: url('../images/button_bg.png');
}
.table_container {
	width:100%;
	height: 100%;
	border: 0px;
	border-collapse:collapse;
}
.table_container td {
	padding:0px;
}

a.menu {
	display: block;
	height: 17px; 
	color: #000000;
	padding: 5px;
	padding-top: 7px;
	text-decoration: none;
	text-align: center;
}
a.menu:hover {
	text-decoration: underline;
	color: #000000;
}
.item_header {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.back {
	font-size: 11px;
	text-align: center;
}


.product_cell td{
vertical-align: top;
padding:0px;
}


table.product_cell {
border:0px;
}

td.cover {
	text-align: center;
	padding: 5px;
	background-color: #EFF8FF;
	border-left: 1px solid #0074B9;
	border-bottom: 1px solid #0074B9;
}

div.cover {
	border: none;
	height: 200px;
	width: 140px;
	max-width: 150px;
}
.cover_img {
	border: 1px solid #A4CDEF;
	height: 200px;
	width: 143px;
}
div.price {
	padding: 10px 5px 10px 5px;
	background-color: #EFF8FF;
	border-right: 1px solid #0074B9;
	/*border-top: 1px solid #A4CDEF;*/
	border-bottom: 1px solid #0074B9;
	height: 20px;
	text-align: center;
}
div.price font{
	font-size: 15px;
	font-weight: bold;
}

a.item_button {
	background-color:#EFF8FF;
	border-bottom:1px solid #A4CDEF;
	border-right:1px solid #A4CDEF;
	border-top:1px solid #A4CDEF;
	display:block;
	height:25px;
	padding:5px 2px 5px 2px;
	vertical-align:middle;
	width:95px;	
	color: #0074B9;
	font-size: 10px;
}

a.item_button img{
	float:left;
	height:20px;
	width:20px;	
}

td.item-control{
	border-left: 1px solid #0074B9;
	height: 170px;
}

div.wait_img{
	/*background-image:url(../new_cart/images/waiting1.gif);*/
	background-color:#EFF8FF;
	border-bottom:1px solid #A4CDEF;
	border-right:1px solid #A4CDEF;
	border-top:1px solid #A4CDEF;
	height:25px;
	padding:5px 2px 5px 2px;
	vertical-align:middle;
	width:95px;	
	color: #004466;
	font-size: 11px;
	font-weight: bold;	
	display:none;
	text-align:center;
}

.null {
	/*border-left: 1px solid #0074B9;*/
	height: 15px;
	
}

.cartlist {
	width: 400px;
	margin: 0px auto;
}
.cartlist_header {
	padding: 5px;
	background-color: #CCE1F2;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../images/button_bg.png');
}
.cartlist_td {
	padding: 5px;
	background-color: #FFFFFF;	
	border: 1px solid #CCE1F2;
}
.cartlist_total_left, .cartlist_total_center, .cartlist_total_right {
	padding: 5px;
	background-color: #FFFFFF;	
	border: 1px solid #CCE1F2;
	height: 40px;
}
.cartlist_total_left {
	border-right: 0px;
}
.cartlist_total_center {
	border-left: 0px;
	border-right: 0px;
}
.cartlist_total_right {
	border-left: 0px;
}

td.cart_delete_button{
	background-color: #CCE1F2;
	width: 20px;
	background-image: url('../images/button_bg.png');
	font-size: 14px;
	text-align: center;
	margin-left: 3px;
}
.cartlist_button {	
	background-color: #CCE1F2;
	width: 20px;
	height: 20px;
	padding: 0px;
	background-image: url('../images/button_bg.png');
	display: block;
	color: #000000;
	font-size: 14px;
	text-align: center;
}
a.cartlist_button {	
	padding: 5px; 
	width: 300px;
}

.cartlist_button:hover {	
	color: #FFFFFF;
}

.my_orders_header {
	padding: 5px;
	background-color: #EFF8FF;
	font-weight: bold;
	font-size: 13px;
	background-image: url('../images/button_bg.png');
}

.check {
	background-image: url('../images/button_bg.png');
	_background-image: none;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	width: 17px;
	height: 17px;
	text-align: center;
	border: 1px solid;
	display: block;
	text-decoration: none;
}
.check:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.check span{
	display:none;
}
a.check:hover{
	position:relative;
	z-index:23;
}
a.check:hover span{
	display:block;
	position:absolute;
	top:-10px;
	left:10px;
	z-index:22;
	border: 1px solid #CCE1F2;
	background: #FFFFFF;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	width: 200px;
	padding: 5px;
}

.require {
	color: #DD0000;
}

.error {
	color:  #DD0000;
	font-weight: bold;
	text-align: center;
}3

.restricted{
	font-weight: bold; 
	font-size: 13px; 
	color: #FF0000;
}

.price_list {
	border: 0px;
	width: 500px;
	background: #CCE1F2;
}

.price_list td {
	background: #FFFFFF;
	padding: 5px;
}

a.motherlink:hover{
	color: #FFFFFF;
}
a.motherlink{
	color: #CCDDFF;
}
/* order */
#robox_form table{
	border:1px solid #5788AF  !important;
}

#robox_form input{
	background-color:#CCE1F2;
	font-weight: bold;
	border:1px solid #5788AF  !important;
}

#robox_form input#in{
	background-color:#FFFFFF;
	font-weight: normal;
	color:#010A45;
	border:1px solid #5788AF  !important;
}

#robox_form a{
	display:none !important;
	
}

/* my_orders */
td.myorders_header{
	padding: 3px; 
	background-color: #CCE1F2;
}
td.myorders_delete{
	background-color: #FFCCCC;
	width: 23px; 
	text-align: center;	
}
td.revive{
text-align:right;
vertical-align:middle;
}