/**
 * @name: 		shop.css
 * @author: 	Albert Harounian
 * @copyright: 	inManage LTD
 * @since:		August 1, 2007
 * @desc:		CSS file for shop and orders module layout
 *
 */
 
 
/**
 * *************************************************************************************
 * Shop
 * *************************************************************************************
 */

.shop{
	color: #6B6A72;
}

.shop .productRow{
	width: 485px;
	border-bottom: 1px solid #DBD9DA;
	padding-bottom: 5px;
	margin-top: 10px;
}

.shop .productRow a:hover{
	color: #6B6A72;
}

.shop .productRow .productPic{
	width: 120px;
	margin-left: 10px;
}

.shop .productRow .productPic img{
	width: 120px;
}

.shop .productRow .productBody{
	width: 240px;
	margin-left: 0px;
}

.shop .productRow .productBody .moreInfo{
}

.shop .productRow .productPrice{
	margin-top: 45px;
	width: 110px;
}

/**
 * *************************************************************************************
 * Product
 * *************************************************************************************
 */
 
.product{
	color: #6B6A72;
}

.product .pageTitle{
	width: 290px;
}

.product .pageTitle img{
	padding-left: 5px;
}

.product .orderDiv{
	margin: 0px 10px 0px 0px;
	padding: 10px;
	border: 1px solid #B2B4BF;
}

.product .rightSideDiv{
	padding: 0px 0px 0px 10px;
}

.product .quickContact{
	width: 180px;
	margin: 0px;
}

.product .quickContact form{
	margin: 0px;
}

.product .quickContact .moreInfo{
	font-size: 12px;
}

/**
 * *************************************************************************************
 * Orders
 * *************************************************************************************
 */

.orders{
}

.orders .orderLine{
	margin-bottom: 15px;
	border-right: 5px solid white;
	padding-right: 5px;
	width: 480px;
}

.orders .head{
	font-weight: bold;
	border-bottom: 1px solid;
}

.order .head{
	font-weight: bold;
	border-bottom: 1px solid;
}
 
/**
 * *************************************************************************************
 * Order
 * *************************************************************************************
 */

.order .orderLine{
	width: 480px;
	margin-bottom: 5px;
}

.orders .orderLine .tab{
	
}

.orders .orderLine_over{
	border-right: 5px solid #D7032C;
}

.orderLine .orderID{
	width: 70px;
}

.orderLine .orderName{
	width: 220px;
}

.orderLine .orderDate{
	width: 80px;
}

.orderLine .orderPrice{
	width: 50px;
}

.orderLine .orderStatus{
	width: 40px;
}

.orderLine .status_green{
	/* border-right: 5px solid green; */
	/* padding-right: 5px; */
	background: green;
	color: white;
	text-align: center;
}

.orderLine .status_red{
	/* border-right: 5px solid red; */
	/* padding-right: 5px; */
	background: red;
	color: white;
	text-align: center;
}

.orderLine .status_gray{
	/* border-right: 5px solid gray; */
	/* padding-right: 5px; */
	background: gray;
	color: white;
	text-align: center;
}