/* Collegelane Store Front */
/* blue = #005f90    */

/*
small, #Quantity, .AddToWishButton, .AddToCartButton {
	display: none;
}
*/


/* -Reset CSS File  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

input {
	color:black;
	border:1px solid grey;
	background:#ECECEC;
	padding:5px;
	margin-top:5px;
}

input#btnRequestNewPassword, input#LoginButton, input.ContinueShoppingButton, input.CheckoutNowButton, input.CartDeleteButton, input.UpdateCartButton, input.ShippingPageContinueCheckoutButton, input#btnShppingEqBilling, input.ContinueCheckoutButton, input.UpdateWishButton, input.MoveToCartButton, input.ReviewPageContinueCheckoutButton, input.PaymentPageContinueCheckoutButton, input.AddToCartButton, input.AddToWishButton, input.UpdateAccountButton, input#btnSubmit, input#btnreturn, input.SelectAddressButton, input#btnReturn, input.EditAddressButton, input.EditAddressButton, input#btnChgPwd {
	background:repeat-x url(images/buttonbg.jpg) center;
}

input#btnRequestNewPassword:hover, input#LoginButton:hover, input.ContinueShoppingButton:hover, input.CheckoutNowButton:hover, input.CartDeleteButton:hover, input.UpdateCartButton:hover, input.ShippingPageContinueCheckoutButton:hover, input#btnShppingEqBilling:hover, input.ContinueCheckoutButton:hover, input.UpdateWishButton:hover, input.MoveToCartButton:hover, input.ReviewPageContinueCheckoutButton:hover, input.PaymentPageContinueCheckoutButton:hover, input.AddToCartButton:hover, input.AddToWishButton:hover, input.UpdateAccountButton:hover, input#btnSubmit:hover, input#btnreturn:hover, input.SelectAddressButton:hover, input#btnReturn:hover, input.EditAddressButton:hover, input.EditAddressButton:hover, input#btnChgPwd:hover {
	background:repeat-x url(images/buttonbg_on.jpg) center;
}


/* -Fix Floats */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/* -text formatting */

.boldBlack {
	font-weight:bold;
	color:black;
}




/* -Background Wrappers CSS */

#page01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin: 0 auto;
	background:repeat-x url(images/bggradient.gif) #EBEBEB;	
}

#wrapper {
	margin:0 auto 5px auto;
	text-align:center;
	width:825px;
	background: white;
}

#wrapper_bg {
	background:repeat-y url(images/bgside.jpg) center;
}

#wrapper_bg_top {
	background:no-repeat url(images/bg_textarea.jpg) center top;	
}

#page01 a:link {
	color: #666666;
}

#page01 a:visited {
	color: #666666;
}

#page01 a:hover {
	color: black;
}

#page01 a:active {
	color: #666666;
}



/* -Header */

#header {
	width: 100%;
	padding: 20px 0 20px 0;
	border-bottom: 1px #666666 solid;
	clear: both;
	margin: 0 auto;
}

.company_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #005f90;
	font-weight: normal;
	float: left;
}

#header .company_name a:link {
	text-decoration:none;
	color: #005f90;
}

#header .company_name a:visited {
	text-decoration:none;
	color: #005f90;
}

#header .company_name a:hover {
	text-decoration:none;
	color: #005f90;
}

#header .company_name a:active {
	text-decoration:none;
	color: #005f90;
}

#header img {
	padding: 0 20px 0 40px;
}

#nav_header {
	float: right;
	padding: 20px 30px 0 0;
}

#nav_header p {
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #999999;
	margin-bottom: 2px;
	padding: 5px 10px 5px 0px;
	width: 125px;
}

#nav_header p:hover {
	background-color:#005f90;
}

#header #nav_header a:link {
	text-decoration:none;
	color:white;
}

#header #nav_header a:visited {
	text-decoration:none;
	color:white;
}

#header #nav_header a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

#header #nav_header a:active {
	text-decoration:none;
	color:white;
}

#supporttext {
	border-bottom: 1px #666666 solid;
	padding:10px 0;
	width: 100%;
	margin:0 auto;
	text-align:center;
	background:repeat-x url(images/buttonbg.jpg) center #EFEFEF;
}

#supporttext a {
	text-decoration:none;
}




/* -Content */

#content {
	text-align: center;
	width: 600px;
	float: right;
	border-left: 1px solid #666666;
	margin-top: 20px;
	min-height:300px;
}

#nav_clothing {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	padding:40px 0 0 0;
	width:180px;
	margin: 0 0 0 8px;
}

#nav_clothing p {
	padding:8px 0 8px 20px;
	background-image:url(images/nav_clothing_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#ECECEC;
	margin:2px 0;
}

#nav_clothing a:link {
	text-decoration:none;
	color:#005f90;
}

#nav_clothing a:visited {
	text-decoration:none;
	color:#005f90;
}

#nav_clothing a:hover {
	color:#000000;
	border-bottom:dotted 1px #000000;
}

#nav_clothing a:visited {
	text-decoration:none;
	color:#005f90;
}

p#nav_clothing_cart {
	margin:20px 0 0 0;
	text-align:center;
	background-image:none;
	padding:20px 10px;
}

/* -Homepage Content */

.content_header_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding: 20px 0 20px 0;
	color: #005f90;
	font-weight:normal;
}

.merchandise_small {
	float: left;
	padding: 0 20px 40px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #736F6E;
}

.merchandise_small a {
	color:inherit;
	text-decoration:none;
	color: #736F6E;
}

div.merchandise_small a:hover {
	color:black;
}



/* Product Details Page */

#merchandise_details {
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding:20px 25px 0 0;
}

#merchandise_details h3 {
	color:#005f90;
	font-size:20px;
	padding-left:260px;
	font-weight:normal;
}

#merchandise_details p {
	padding:0 0 20px 0;
	padding-left:260px;
}

.item_style {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}

.add_to_cart {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:1px grey solid;
	width:150px;
	background:no-repeat url(images/footerbg.jpg) -30px -30px #EBEBEB;
	text-align:center;
	margin-top:20px;
	margin-left:260px;

}

#merchandise_details p.add_to_cart {
	padding:6px 0px 6px 0;
	border:1px grey solid;
}

#merchandise_details p.add_to_cart a {
	text-decoration:none;
	color:#666666;
}

#merchandise_details p.add_to_cart a:hover {
	color:black;
}

.merchandise_closeup {
	float:left;
	padding-left:30px;
}



/* -Footer */

#footer {
	clear: both;
	font-size: 12px;
	padding: 20px 0 1px 0;
	font-size:10px;
}

#footer p a {
	color:#000000;
	text-decoration:none;
}

#footer p a:hover {
	border-bottom:dotted 1px #000000;
}

#footer_bottom {
	background:no-repeat url(images/footerbg.jpg) center bottom;
	height:40px;
}


/* -Grid: Clothing Thumbnails */

.gridwidth {
	font-size:12px;
	text-align:center;
}

.gridwidth td {
	text-align:center;
	color:#666666;
	padding:20px;
	font-weight:bold;
}

.gridwidth tr td a:link {
	color:#666666;
	text-decoration:none;
}

.gridwidth tr td a:visited {
	color:#666666;
	text-decoration:none;
}

.gridwidth tr td a:hover {
	color:#666666;
	border-bottom:dashed #666666 dotted;
}

.gridwidth tr td a:active {
	color:#666666;
	text-decoration:none;
}



/* -SimpleVariantFormat: Specific Item */

.SimpleVariantFormat {
}

.SimpleVariantFormat a:link {
	color:#666666;
	text-decoration:none;
}

.SimpleVariantFormat a:visited {
	color:#666666;
}

.SimpleVariantFormat a:hover {
	color:#666666;
	border-bottom:dashed #666666 dotted;
}

.SimpleVariantFormat a:active {
	color:#666666;
}

.SimpleVariantFormat input {
	margin:5px;
	clear:right;
}

.ProductNameText {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
}

.AddToCartButton, .AddToWishButton {
	background: #CCCCCC;
	border:1px solid #333333;
	cursor: pointer;
}

.gridwidth .variantprice {
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
}

.variantprice {
	font-weight:bold;
	line-height:1.5;
}

.pagination {
	text-align:center;
}

.pagination a:link {
	color:#666666;
	text-decoration:none;
}

.pagination a:visited {
	color:#666666;
	text-decoration:none;
}

.pagination a:hover {
	color:#666666;
	text-decoration:underline;
}

.pagination a:active {
	color:#666666;
	text-decoration:none;
}

#pnlPaymentOptions, #pnlOrderSummary {
	width:95%;
	padding-left:15px;
	padding-top:10px;
}

#paymentPanes {
	width:95%;
	margin-left:15px;
}

.error {
	color:red;
}

#tblAddressListBox {
	padding:5px;
}

#pnlChangePwd {
	margin-right:15px;
	width:95%;
}

#btnChgPwd {
	float:left;
}

.topics {
	text-align:left;
	width:550px;
	margin-left:15px;
	line-height:1.5;
}