/* SHOP STYLES */

#shop_wrapper { position: relative; }

#shop_wrapper a { color:#333; text-decoration:none; }
#shop_wrapper a:hover { text-decoration:underline; }

#shop_left_side {
	float: left;
	width: 152px;
	background-color: #333;
	color: #FFF;
}

/***	SIDE NAVIGATION		***/

.addToOrder {
	padding: 0;
	margin: 0 0 0 -2px;
	//margin: 0;
	//width: 74px;
	border: none;
	background: #fff;
	font-size: 13px;
	color: blue;
	font-family: arial, sans-serif;
	cursor: pointer;
}

.qty {
	border: 1px solid #000;
	padding: 0;
	margin: 6px 0 0 0;
}

/***	**	***/
/***	**	***/

#shop_content {
	float: left;
	padding: 10px 18px 10px 18px;
	width: 802px;
}

#shop_content a { color:#333; text-decoration:none; }
#shop_content a:hover { text-decoration:underline; }

#shop_content select {
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
}

.shop_item_name {
	font-family: arial, sans-serif;
	font-size: 18px;
	color: #f7931d;
}
.shop_item_code {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f36f21;
}
.shop_item_short_desc {
	padding: 5px 0;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.shop_item_desc {
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #000;
}

/**	**	**/

tr.evenrow {
	background-color: #F3F3F3;
	padding: 0px;
}

tr.oddrow {
	background-color: #FAFAFA;
	padding: 0px;
}

.button {
	font-family: Verdana, Arial, sans-serif;;
	font-size: 10px;
	height: 20px;
	background-color: #FFF;
	border: 1px solid #000;;
}

.shopContent {
	
}

.prodTitle {
	font-weight: bold;
	color: #A20900;	
	font-size: 14px;
}

/* ->catlist */

.catTitle {
	font-weight: bold;
	color: #333;
	font-size: 12px;
}

.catList {
	
}

.catList .input {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

.catList th {
	color: #FFF;
	background-color: #343434;
	text-align:left;
	padding: 4px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
}

.catBox {
	margin: 0px 30px 0px 0px;
	padding: 10px 0px 5px 0px;
	width: 100%;
}

.catBox .image {
	border: 1px solid #333;
	margin: 0px 10px 0px 0px;
}

.catBox .prodCode {
	font-size: 18px;
	color: #ff9900;
	font-weight: bold;
}

.catBox .prodCode a {
	color: #ff9900;
}

.catBox .prodCode a:hover {
	color: #ff9900;
	text-decoration: underline;
}

.catBox .prodName {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
.catBox .prodName ul { padding-left:0px;list-style-type:none;//margin-left:0px; }

.catBox .prodPrice {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}


/* ->viewcart */

.viewCart {
}

.viewCart td {
	padding: 5px;
	font-size: 10px;
}

.viewCart .topCart {
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #FFF;
	background-color: #343434;
}

.viewCart td.total {
	font-size: 10px;
	font-weight: bold;
	color: #cc0000;	
}

.viewCart .topcart strong
	{
	font:bold 15px arial; color:#FF9934;
	}

.viewCart a
	{
	font:12px arial; color:#333;
	text-decoration:none;
	}
.viewCart a:hover { text-decoration:underline; }

/* ->viewgroup */

.viewGroup {
	border: 1px solid #333;
	background-color: #FCFCFC;
	font-size: 10px;
	padding: 5px;
	width: 95%;
}

.viewGroup .image {
	border: 1px solid #333;
	margin: 0px 10px 0px 5px;
}

.viewItemsGroup {
	border: 1px solid #333;
	background-color: #FCFCFC;
	font-size: 10px;
	width: 95%;
}

.total {
	font-size: 10px;
	font-weight: bold;
	color: #003399;
}

.viewGroupItems td {
	padding: 5px;
}

/* ->viewitem */

.viewItem {
	width: 95%;
	padding: 5px;
}

.viewItem .image {
	border: 1px solid #333;
	margin: 0px 10px 0px 5px;
}

.viewItem .input {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

.viewItem td {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

/* CONFIRM ORDER */

.confirmOrderTitle {
	font-weight: bold;
	color: #333;
	font-size: 12px;
}

.confirmOrder {
	padding: 5px;
}

.confirmOrder td {
	font-size: 10px;
	padding: 5px;
}

.confirmOrder td.head {
	font-size: 12px;
	font-weight: bold;
	background-color: #343434;
	color: #FFF;
}

.confirmOrder td.total {
	font-size: 10px;
	font-weight: bold;
	color: #003399;
}

.confirmOrder td.top {
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

/* ORDER HISTORY */

.orderHistory {
	margin: 5px 0px 0px 0px;
}

.orderList {
	padding: 5px;
}

.orderList td {
	font-size: 10px;
	padding: 5px;
}

.orderList td.listTop {
	font-size: 10px;
	color: #333;
	font-weight: bold;
	font-family:arial, verdana, helvetica, sans-serif;
}

.buttonL
	{
	height:20px; width:120px;
	background-color:#FF9934;
	border:1px solid #333333;
	font:11px arial; color:#333;
	}

/** Extras **/
.carthead
	{
	width:100%;
	background-color:#989898;
	padding:3px 10px;
	font:bold 15px arial narrow; color:#333;
	letter-spacing:2px;
	text-transform:uppercase;
	}

.link_table th { font:bold 15px arial; color:#FFA244; }
.link_table a.itm { font:12px arial; color:#333; text-decoration:none; }
.link_table a.itm:hover { text-decoration:underline; }

.link_table .button
	{
	height:20px; width:100px;
	background-color:#FF9934;
	border:1px solid #333333;
	text-align:center;
	}
.link_table .button a { font:11px arial; color:#333; text-decoration:none; }


.dist_itm_list { font:12px verdana; color:#333; }

.shop_item_desc ul {
	margin: 0 0 15px 0;
	padding: 0;
	
	list-style: inside;

}