/************************** 
***  Global Styles  ***
***************************/
.Clear {
	clear: both;
}

.Center {
	text-align: center;
}

/**********************
***  Admin Table  ***
***********************/

.tableAdmin {
	width: 700px;
}

.tableAdmin .AdminTop td {
	text-align: center;
	font-size: 12pt;
	vertical-align: top;
	padding: 5px 10px 0 10px;
}

.tableAdmin .AdminContent td {
	vertical-align: top;
	padding: 5px 10px 0 10px;
}

.tableAdmin .AdminContent .Options {
	text-align: center;
}

.tableAdmin .AdminContent .ID, .tableAdmin .AdminContent .Price, .tableAdmin .AdminContent .Status, .tableAdmin .AdminContent .Category {
	text-align: center;	
}

/**********************
***  Edit Table  ***
***********************/

.tableEdit {
}

.tableEdit .value {
	vertical-align: top;
	padding: 0 10px 0 10px;
}

.tableEdit .label {
	vertical-align: top;
	padding: 0 10px 0 10px;
}

/************************** 
***  Product View Page  ***
***************************/
.productPage {
	padding: 0px 10px 10px 10px;	
}
.productPage .imageBlock {
	float: left;
	width: 230px;
	height: 200px;
	padding: 0px 10px 10px 0px;
}

.productPage .contentBlock {
	padding: 0px 0px 10px 10px;
}

.productPage .Name {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #A63684;
	margin: 0px 10px 10px 10px;
}

.productPage .Price {
	font-size: 12pt;
	text-align: right;
	padding: 0px 50px 0px 0px;
}

.productPage .Option {
	font-size: 12pt;
	text-align: right;
	padding: 0px 50px 0px 0px;
}

.productPage .Description {
	margin: 10px 0px 10px 0px;
	text-indent: 2em;
}

.productPage .Title {
	margin: 10px 0 5px 0;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

/***************************** 
***  Account Order View  ***
******************************/
.orderHeader {
	width: 700px;
	height: 20px;	
	font-size: 9pt;
	background-color: #B400B7;
}
			
.order {
	width: 696px;
	height: 30px;
	text-align: center;
	margin: 5px 0px 10px 0px;
	border: #000000 2px solid;
	background-color: #F4DFEE;
}
			
.orderHeader .number, .orderHeader .date, .orderHeader .total, .orderHeader .status, .orderHeader .info {
	float: left;
	text-align: center;
	color: #FFCC00;
	font-weight: bold;
	height: 20px;
	padding-left: 1px;
}
		
.order .number, .order .date, .order .total, .order .status {
	float: left;
	height: 30px;
	border-right: #000000 1px solid;
}
			
.order .info {
	float: left;
	height: 3px;
}
			
.orderList .number {
	width: 100px;
}
			
.orderList .date {
	width: 130px;
}
			
.orderList .total {
	width: 110px;
}
			
.orderList .status {
	width: 175px;
}

.orderList .info {
	width: 175px;
}
			
.orderList .number .content, .orderList .date .content, .orderList .total .content, .orderList .status .content, .orderList .info .content {
	padding: 5px;
}

/*************************
***  Shop Now Page  ***
**************************/
.productLeft {
	float: left;
	width: 200px;
	height: 175px;
	margin: 10px;
	padding: 5px;
	text-align: center;
}

.productLeft img {
	border: none;
}

.productLeft .Name {
	font-size: 12pt;
}

.productLeft a {
	text-decoration:none;
}

.regPrice {
	font-size: 10pt;
}

.nowPrice {
	font-style: italic;	
	color: red;
}

/******************************
***  Shopping Cart Page  ***
*******************************/
.cartHeader {
	width: 700px;
	height: 20px;	
	font-size: 9pt;
	background-color: #B400B7;
}
			
.item {
	width: 696px;
	height: 60px;
	text-align: center;
	margin: 5px 0px 10px 0px;
	border: #000000 2px solid;
	background-color: #F4DFEE;
}
			
.cartHeader .quantity, .cartHeader .info, .cartHeader .price, .cartHeader .total {
	float: left;
	text-align: center;
	color: #FFCC00;
	font-weight: bold;
	height: 20px;
	padding-left: 1px;
}
			
.item .quantity, .item .info, .item .price {
	float: left;
	height: 60px;
	border-right: #000000 1px solid;
}
			
.item .total {
	float: left;
	height: 60px;
}
			
.cartList .quantity {
	width: 130px;
}
			
.cartList .info {
	width: 342px;
}
			
.cartList .price {
	width: 110px;
}
			
.cartList .total {
	width: 110px;
}
			
.cartList .quantity .content, .cartList .info .content, .cartList .price .content, .cartList .total .content {
	padding: 5px 10px 5px 10px;
}

.cartList .quantity img {
	border: none;
}

.cartList .quantity .options {
	margin-top: 5px;
}

.subTotal {
	float: right;
	width: 100px;
	text-align: right;
	margin: 5px 10px 20px 10px;
	padding: 0px 15px 0px 0px;
}

.checkoutBtn {
	float: right;
	width: 100px;
	text-align: right;
	margin: 5px 10px 20px 10px;
	padding: 0px 15px 0px 0px;
}

.updateBtn {
	float: right;
	width: 100px;
	text-align: right;
	margin: 5px 10px 10px 10px;
	padding: 0px 15px 0px 0px;
}


/****************************
***  User Quick Panel  ***
*****************************/
.userPanel {
	float: right;
	text-align: right;
	width: 250px;
	height: 25px;
	padding: 0px 10px 10px 10px;
}

.userPanelContent {
	float: right;
	height: 25px;
	margin: 1px 2px 0px 2px;
}

.breadCrumb {
	float: left;
	width: 425px;
	height: 25px;
	padding: 0px 10px 10px 0px;
	margin: 1px 2px 0px 2px;
}

/****************************
***  Page Navigation  ***
*****************************/
.pageNavi {
	width: 95%;
	margin: 10px 5px 20px 5px;
	padding: 0px 0px 10px 0px;
}

.pageNavi a {
	text-decoration: none;
}

.pagePrev {
	float: left;
	text-align: left;
	width: 50%;
}

.pageNext {
	float: right;
	text-align: right;
	width: 50%;
}

/***************************** 
***  Admin Quick Panel  ***
******************************/
.Admin_Links {
	padding-right: 10px;
	text-align: right;
}

/************************** 
***  Admin List ALL  ***
***************************/
.pageTitle {
	font-size: 12pt;
	margin: 5px 0px 5px 0px;	
}

.listOptions {
	float: left;
	width: 100px;
	padding: 1px 5px 1px 5px;
	text-align: center;
}

/************************** 
***  Admin Edit Page  ***
***************************/
.editMenu {
	float: left;
	width: 175px;
}

.editMenu li, .editMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.paymentProducts li, .paymentProducts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}