﻿/*========= GENERAL =================================================================================================*/
/*#BookstorePageWrapper {padding: 0px 21px 21px 21px;}*/
#BookstorePageWrapper {min-height:400px;}
/*.ViewHeader {background-color:#164A7A; font-weight:bold; color:#FFFFFF; height:30px; line-height:30px; padding-left:7px; margin-bottom:21px;}*/
/*.ViewNavWrapper {background-color:#F0F0F0; height:20px; line-height:20px; padding:0px 10px 0px 10px; margin-top:21px;}*/

.BookstoreInnerWrapper {margin:7px 21px 42px 21px;}

.ViewNavWrapper {margin:7px 42px 7px 42px;}
.ViewNavLeft {float:left;}
.ViewNavRight {float:right;}
.ViewContent {margin:0px 10px 0px 10px;}

.ProductWrapper {width:100%; margin:4px 0px 4px 4px;}
.ProductInfoWrapper {float:left; width:272px; overflow:hidden;}
.SmallHelpText {font-size:0.8em; color:Gray;}
/*========== PRODUCTS ===================================================================================================*/
.ProductGroup {margin-bottom:7px;}
.Product {width:432px; padding:4px; border:solid 1px White; overflow:hidden;}
.Product:hover {background-color:#DAEBF5; border:solid 1px #164B7D;}
.LeftCol {float:left;}
.RightCol {float:right;}
.ProductImage {float:left; width:128px; height:128px; overflow:hidden;}
.ProductInfoWrapper {float:left; width:304px;}
.ProductInfo {margin:7px 7px 7px 14px;}
.ProductName {font-size:15px; font-weight:bold; color:#164A7A; margin-bottom:7px;}
.ProductDesc {font-size:11px; margin-bottom:7px; text-align:justify;}
.ProductPrice {font-size:13px;}
.ProductCartImage {margin:0;padding:0;}

table.ListViewSubItems {font-family: Arial, Sans-Serif; text-align:left; border-collapse:collapse; font-size:11px;}
table.ListViewSubItems .LeftMost {padding-left:10px;}
table.ListViewSubItems .RightMost {padding-right:10px;}
table.ListViewSubItems > tbody > tr {height:22px;}
table.ListViewSubItems > tbody > tr > td {border-bottom:solid 1px #D4D4D4;}
table.ListViewSubItems .SmallCart {width:25px; height:20px; border-style:none; margin:0 0 0 0; padding:0 0 0 0;}
table.ListViewSubItems .CartButtonColumn {width:40px;}

.collapsePanel {overflow:hidden;}
.collapsePanelHeader{
	width:100%;
	height:21px;
	line-height:21px;
	cursor:hand;
	color:#FFF;
	font-weight:bold;
	background-color:#164A7A;
}
.collapsePanelHeader div.collapsPanelHeaderTitle {float:left; padding-left:10px;}
.collapsePanelHeader div.collapsPanelHeaderImage {float:right; padding-right:10px;}

