#content
{
	padding: 10px 0;
	width: 758px;
}
#storeContent
{
	float: left;
	display: inline;
	position: relative;
	width: 590px;
}
#storeContent .topEdge
{
	margin: -20px 0 19px 0;
	height: 1px;
}

#storeContent div.error
{
	color: red;
	background: #ddd;
	padding: 10px 20px;
	margin: 10px 0;
	font-style: italic;
	font-size: 12px;
}

#storeContent .pageHeader
{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #0076db;
}

#storeContent .pageFooter
{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #0076db;
}

/********** Controls *************/

#storeControls
{
	float: right;
	display: inline;
	position: relative;
	background: #f5b901;
	color: #000;
	width: 150px;
	padding: 10px 0 0 0;
}

div.cartSummary
{
	margin: 10px 0 10px 0;
	padding: 10px 0;
	border-top: 10px solid #fff;
	text-align: center;
}
.cartContentsLabel
{
	margin: 10px 0 5px 0;
	text-align: center;
	font-weight: bold;
}
div.cookie
{
	margin: 0 10px;
	font-size: 9px;
	text-align: left;
}
div.cartSummary label
{
	float: left;
	clear: left;
	display: block;
	height: 13px;
	margin: 1px 0;
	width: 50%;
	text-align: right;
}
div.cartSummary span
{
	float: left;
	display: inline;
	height: 13px;
	margin: 1px 0;
	width: 40%;
	text-align: right;
}

form.cartForm
{
	margin: 0;
	padding: 0;
}
.cartButton
{
	display: inline;
	padding: 3px 5px;
	margin: 5px;
	border: 1px solid #000;
}
a.cartButton:link,
a.cartButton:visited,
a.cartButton:hover,
a.cartButton:active
{
	background: #ccc;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
a.cartButton:hover
{
	background: #aaa;
	color: #000;
	text-decoration: none;
}
input.cartButton
{
	background: #ccc;
	color: #000;
}
.cartButtons
{
	display: block;
	margin: 20px 0;
	text-align: center;
}
#storeControls .cartButton
{
	display: block;
	width: 70%;
	margin: 10px auto;
	text-align: center;
}
.cartSelect
{
	margin: 5px 5px 5px 0;
}
#storeSearch
{
	margin: 5px 10px 15px 10px;
	padding: 0;
	
}
#searchBtn
{
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 9px;
	font-weight: normal;
	width: 35%;
	line-height: 13px;
	border: 1px solid #000;
}
#searchFor
{
	font-size: 9px;
	line-height: 13px;
	height: 13px;
	width: 60%;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}



/********** View Cart *************/

#viewCart
{
	text-align: center;
}
table.cartItems
{
	width: 100%;
	margin: 0 0 20px 0;
}
table.cartItems th
{
	padding: 3px 5px;
	border-bottom: 2px solid #999;
}
table.cartItems th.description
{
	text-align: left;
}
table.cartItems td
{
	padding: 3px 5px;
	border-bottom: 1px solid #999;
	text-align: left;
}
table.cartItems td.price,
table.cartItems td.extended
{
	text-align: right;
}
table.cartItems td.quantity,
table.cartItems td.remove
{
	text-align: center;
}
table.cartItems td.description a.moreInfo
{
	margin-left: 10px;
	font-style: italic;
}


/********** Brower Detail *************/


#storeContent .breadCrumb h2
{
	margin: 5px 0 0 0;
}
.browseItem .price
{
	font-size: 14px;
	font-weight: bold;
	margin: 15px 15px 15px 0;
}
.browseItem .description
{
	margin: 20px 0;
}

.browseItem .photoBrowser
{
	float: left;
	display: inline;
	margin: 0 15px 10px 0;
	border: 1px solid #000;
}
.browseItem .resourceBrowser
{
	float: right;
	display: inline;
	margin: 0 0 10px 15px;
	padding: 5px;
	border: 1px solid #000;
}

/*********** Browser List ***********/
#storeContent .storeCat
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #f5b901;
}
.storeCat .description
{
	margin: 10px 0;
}
.storeCat .photoBrowser
{
	float: right;
	display: inline;
	margin: 10px 0 10px 15px;
	border: 1px solid #000;
}

#storeContent ul.breadCrumb
{
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
#storeContent ul.breadCrumb li
{
	margin: 5px 0;
}
#storeContent ul.breadCrumb li a
{
	font-size: 14px;
}
#storeContent .featuredList,
#storeContent .regularList
{
	clear: both;
}
#storeContent .browseList .storeitem
{
	float: left;
	display: inline;
	border: 1px solid #f5b901;
}
#storeContent .browseList .storeitem h2,
#storeContent .browseList .storeitem h3
{
	background: #eee;
	padding: 3px 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f5b901;
}
#storeContent .breadCrumb a:link,
#storeContent .breadCrumb a:visited,
#storeContent .breadCrumb a:hover,
#storeContent .breadCrumb a:active,
#storeContent .browseList .storeitem h2 a:link,
#storeContent .browseList .storeitem h2 a:visited,
#storeContent .browseList .storeitem h2 a:hover,
#storeContent .browseList .storeitem h2 a:active,
#storeContent .browseList .storeitem h3 a:link,
#storeContent .browseList .storeitem h3 a:visited,
#storeContent .browseList .storeitem h3 a:hover,
#storeContent .browseList .storeitem h3 a:active
{
	text-decoration: none;
	color: #0076bd;
	background: transparent;
}ss	
#storeContent .browseList .storeitem h2 a:hover,
#storeContent .browseList .storeitem h3 a:hover
{
	text-decoration: underline;
}
#storeContent .featuredList .storeitem
{
	width: 48%;
	margin: 0 0 10px 0;
}
#storeContent .featuredList .mod20
{
	clear: left;
}
#storeContent .featuredList .mod21
{
	float: right;
}
#storeContent .regularList .storeitem
{
	width: 30%;
	margin: 0 0 10px 0;
}
#storeContent .regularList .mod30
{
	clear: left;
}
#storeContent .regularList .mod31
{
	margin-left: 4%;
}
#storeContent .regularList .mod32
{
	float: right;
}
#storeContent .storeitem .photo,
#storeContent .storeitem .short
{
	display: block;
	margin: 0 10px 10px 10px;
}

/************ Billing/Shipping Inforamtion ******************/
#editBillShip {

}
.required
{
	color: #777;
	background: transparent;
}
#editBillShip .required,
#confirmation .required
{
	color: #e52324;
	background: transparent;
}
table.clientData
{
	width: 90%;
	margin: 0 auto 15px auto;
}
table.clientData td
{
	padding: 2px 2px;
}
#editBillShip table.clientData td,
#confirmation table.clientData td
{
	padding: 4px 2px;
}
table.clientData td.label
{
	text-align: right;
	width: 120px;
	padding-right: 10px !important;
	color: #777;
	background: transparent;
}
#editBillShip table.clientData td.label,
#confirmation table.clientData td.label
{
	color: #000;
	background: transparent;
}
table.clientData td input,
table.clientData td select,
table.clientData td textarea
{
	width: 100%;
	margin: -2px;
}
table.clientData td select
{
	width: auto;
}
table.clientData td input.radio,
table.clientData td input.checkbox
{
	width: auto;
	margin: -2px 5px -2px 0;
}
table.totals
{
	width: auto;
	margin-right: 0;
}
