@charset "UTF-8";

/***** TAGS ******/

html, body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #999;
	font-size: 11px;
	letter-spacing: 1px;
	height: 99%;
	margin: 0;
	padding: 0;
	background: #000  url(../../images/background.jpg) top center no-repeat;
}

a, a:link, a:visited {
	color: #999;
	text-decoration: none;
}

form {
	width: 100%;
	*width: 98%;
}

input, textarea {
	width: 17.5em;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	margin-bottom: 5px;
	border: 1px solid #888;
	background: #eee;
}

input[type="radio"], input[type="checkbox"] {
	width: 13px;
	padding: 0px;
	height: 13px;
}

input[type='hidden'] {
	display: none;
}

input[type="submit"] {
	float: right;
	padding: 2px;
	width: 10em;
	border: 1px solid #888;
	margin-left: 15em;
	font-size: 10px;
	color: #fff;
	background: #999;
	border: 1px solid #f4e7ab;
	letter-spacing: 1px;
}

input[type="image"] {
	background: none;
	border: 0;
	padding: 0;
}

label, input, select, textarea
{
	float: left;
	display: block;
}

label
{
	min-width: 10em;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 5px;
	margin-top: 2px;
}

select
{
	border: 1px solid #888;
	width: 18.5em;
	margin-bottom: 5px;
	background: #eee;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

table { width: 100%; }

th, td {
	padding: 3px;
	font: normal 10px/12px "Times New Roman", Times, Georgia, serif;
}

table.bordered
{
	border-top: 1px solid #888;
}

table.bordered th, table.bordered td
{
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	padding: 2px 5px;
}

table.bordered th
{
	font-weight: bold;
	text-align: center;
	background: #610101;
	color: #F4E7AB;
}


/****** IDS ******/

#billingAddress
{
	float: left;
	width: 45%;
	font: nomal 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#cartTable td
{
	border: 0px;
	border-bottom: 1px solid #663700;
}

#cartTable td.cartProductError
{
	padding-bottom: -20px;
	padding-top: 10px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #990000;
	border-bottom: 0px;
}

#categoryList { list-style-image: url(../../images/category_list_square.gif); padding: 0; margin: 0; padding-left: 10px; margin-left: 5px; }
#categoryList li { margin-bottom: 5px; font-size: 12px; line-height: 13px; }
#categoryList li a { font-size: 12px; font-style: italic; }

#customLeftCol {
	float: left;
	width: 200px;
}

#customRightCol {
	float: left;
	width: 380px;
	margin-left: 10px;
}

#estimateShipping {
	border: 1px solid #663700;
	width: 300px;
	margin: 10px 0 0 auto;
	/* background: #F4E7AB; */
	background: #CFC181;
	padding: 0;
}

#estimateShipping th {
	background: #663700;
	color: #F4E7AB;
}

#estimateShipping td {
	
}

#farRightCol {
	float: left;
	width: 156px;
	position: relative;
	margin-left: 0px;
	margin-top: 10px;
}

#faqLeftCol {
	width: 40%;
	float: left;
	margin-left: 2em;
}

#faqRightCol {
	width: 50%;
	float: right;
}

#faqAnswers {
	margin-left: 2em;
}

#header { background: #000 url('../../images/header_bg.jpg') top left no-repeat; height: 102px; }
#header #BlackShipClothingImgLogo { display: block; float: left; width: 114px; height: 102px; margin-left: -8px; }
#header #BlackShipClothingTextLogo { display: block; float: left; width: 210px; height: 75px; margin-left: 20px; margin-top: 17px; }

#menu { height: 29px; }

#headerInfoBox {
	float: right;
	display: block;
	margin-bottom: .5em;
	margin-right: 1em;
}

#headerInfoBox a {
	text-decoration: none;
	color: #663700;
	position: relative;
	top: .15em;
}

#headerInfoBox img {
	height: 16px;
	width: 16px;
	border: 0;
	margin-right: .5em;
	vertical-align: top;
}

#headerMenu {
	width: 950px;
	float: left;
	background: #f4e7ab url(/images/header_bg.gif) top right no-repeat;
	border: 1px solid #663700;
	height: 114px;
	z-index: 0;
	position: relative;
}

#headerWelcome {
	margin-top: 0px;
}

#leftCol {
	float: left;
	width: 156px;
	position: relative;
	margin-left: 8px;
	margin-top: 10px;
}

#logoLink {
	display: block;
	float: left;
	margin-left: 12px;
	_margin-left: 7px;
	margin-top: -132px;
	position: relative;
	z-index: 100;
	margin-bottom: 1em;
}


#orderId {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 15px;
	float: right;
	width: 50%;
}

#pageContainer {
	width: 950px;
	margin: 0 auto;
	border: 1px solid #444;
	background: #000;
	min-height: 100%;
}

#pageFooter {
	background: #222;
	width: 950px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1px solid #333;
	border-top: 0px;
}

#priceContainer {
	font-size: 1em;
	text-align: right;
	width: 200px;
	margin-top: 1.5em;
	font-weight: bold;
	margin: 0 auto;
}

#rightCol {
	float: left;
	width: 597px;
	margin-top: 0px;
	padding: 10px;
	position: relative;
	margin-left: 2px;
}

#shippingAddress
{
	float: right;
	width: 50%;
	font: nomal 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-left: 10px;
}

#styleContainer {
	font-size: 1em;
	font-weight: bold;
	width: 200px;
	margin-top: 1.5em;
}

#styleDescription {
	font-size: .9em;
	width: 200px;
	margin-top: .2em;
}

/******* CLASSES ******/


.breadCrumb {
	margin-bottom: .5em;
	text-align: right;
	display: block;
}

.breadCrumb a {
	text-decoration: underline;
}

/*
.designGroup {
	border: 1px solid #667300;
	background: #f4e7ab;
	width: 100%;
	padding: .5em;
	border-top: 0;
}
*/

.buttons {
	background-image: url(images/but_red_bg.gif);
	background-color: #400202;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #ddd;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.CategoriesList {
	font-size: 12px;
}

.checkoutBar {
	margin: .8em 0 .5em 50px;
	text-align: left;
	display: block;
	width: 500px;
}

.designDesc
{
	color: #fff;
	margin-bottom: 1em;
	
}

.colorContainer
{
	border: 1px solid #663700;
}

.colorSquareOneColor
{
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px;
	border: 1px solid #e2e2e2;
	cursor: pointer;
}

.colorSquareTwoColorLeft
{
	float: left;
	width: 10px;
	height: 20px;
	margin: 2px 0 2px 2px;
	border: 1px solid #e4e4e4;
	border-right-width: 0px;
	cursor: pointer;
}

.colorSquareTwoColorRight
{
	float: left;
	width: 10px;
	height: 20px;
	margin: 2px 2px 2px 0;
	border: 1px solid #e4e4e4;
	border-left-width: 0px;
	cursor: pointer;
}

.customElementGroup {
	background: #888;
	border: 1px solid #663700;
	width: 376px;
	padding-top: .5em;
}

.customSectionHeader {
	border: 0;
	background: #5f0202;
	padding: 5px;
	color: #f4e7ab;
	margin-top: 1.5em;
	margin-bottom: 0;
	width: 368px;
}

.customSectionHeader a, .customSectionHeader a:active, .customSectionHeader a:visited {
	color: #f4e7ab;
}

.darkTableRow {
	background: #999;
}

.designImage
{
	border: 1px solid #999;
	width: 170px;
	height: 170px;
	margin: 5px auto;
	display: block;
	padding: 5px;
}

.designImageContainer
{
	width: 33%;
	float: left;
	text-align: center;
}

.designImageZoom
{
	border: 1px solid #663700;
	width: 400px;
	height: 400px;
	margin: 5px auto;
	display: block;
	padding: 5px;
}

.designName {
	font-weight: bold;
	font-size: 12px;
	margin-top: .5em;
	margin-bottom: .2em;
	color: #fff;
}

.dialogBorder {
	background-color: #343434;
	height: 100%;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.faqHeader 
{
	font-weight: bold;
	color: #F4E7AB;
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: .3em;
}

.faqHeader a
{
	font-weight: bold;
	color: #F4E7AB;
	font-size: .8em;
	text-decoration: none;
}

.faqLinks
{
	font-size: 1em;
}

.faqText
{
	
}

.formRequired {
	color: #f00;
}

.formError {
	color: #F4E7AB;
	font-size: 11px;
}

.footerBox {
	width: 30%;
	float: left;
	text-align: center;
	margin-left: 1.8em;
	border: 1px solid #ddd;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.footerTitle {
	margin-top: 10px; 
	margin-bottom: 5px; 
	margin-left: 10px; 
	font-size: 1.1em; 
	font-weight: bold; 
	color: #F4E7AB;
	text-align: left;
}

.footerBoxText {
	margin-left: 15px; 
	color: #F4E7AB;
	text-align:left;
}

.footerBoxText a {
	text-decoration: none;
	color: #F4E7AB;
	text-align: left;
}

.footerTextLeft {
	width: 45%;
	float: left;
	margin-left: .5em;
	color: #999;
	background: #000;
	margin-top: .6em;
	line-height: 1.4em;
}

.footerTextLeft a {
	color: #999;
	background: #000;
}

.footerTextRight {
	width: 45%;
	float: right;
	color: #999;
	background: #000;
	margin-top: .6em;
	line-height: 1.4em;
	text-align: right;
}

.footerTextRight a {
	color: #999;
	background: #000;
}

.headerTitle {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../../images/dialog_red_bg_2.gif);
	border: #343434 1px solid;
	border-bottom: 0;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 18px;
	padding-right: 0px;
	text-align: left;
	vertical-align: middle;
	margin-top: 10px;
}

.headerTitle a {
	color: #999;
	font-weight: normal;
}

.lightTableRow {
	background: #ddd;
}

.sectionHeader {
	font-weight: bold;
	color: #F4E7AB;
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: .3em;
}

.sectionHeaderc {
	border: 1px solid #f4e7ab;
	background: #663700;
	padding: 5px;
	color: #f4e7ab;
	width: 100%;
	margin-bottom: 1em;
}

.sectionHeaderc a {
	color: #f4e7ab;
	text-decoration: underline;
}

.selectedBg
{
	background: #DFDB7D !important;
}

.shippingAddressBookEntry  {
	float: left;
	width: 50%;
	text-align: left;
	clear: none;
	margin-bottom: 10px;
}

.specialEditionCorner
{
	width: 34px;
	height: 34px;
	z-index: 100;
	margin-left: -173px;
	margin-top: 8px;
	border: 0px;
	vertical-align: top;
}

.specialEditionLink
{
	clear: both;
}

.shirtDepartment {
	width: 7.5em;
	float: left;
	border: 1px solid #e4e4e4;
	font: bold 10px Arial, Helvetica, sans-serif;
	height: 18px;
	padding: 5px;
	*padding-bottom: 5px;
	padding-bottom: 0px;
	text-align: center;
	margin: 0 3px 5px 3px;
	background: #fff;
}

.shirtPrice
{
	font-size: 10px;
}

.shirtSize
{
	width: 3em;
	height: 2em;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding-top: 1em;
	*padding-bottom: .5em;
	padding-bottom: 0;
	border: 1px solid #e4e4e4;
	float: left;
	margin: 0 3px 5px 3px;
	text-align:center;
	letter-spacing: 0;
	background: #fff;
}


.shirtStyleIcon
{
	width: 6em;
	height: 8em;
	font: bold 10px Arial, Helvetica, sans-serif;
	border: 1px solid #e4e4e4;
	margin: 0 5px 5px 5px;
	padding-top: .15em;
	float: left;
	text-align: center;
	letter-spacing: 0px;
	background: #fff;
}

.subMenu
{
	width: 100%;
	margin: 10px 0 0 0;
	background-color: #232323;
	border: #343434 1px solid;
}

.subMenuHeader
{
	background-image: url(../../images/side_menu_title_bg.jpg);
	background-color: #232323;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
}

.subMenuContent
{
	padding: 5px;
	color: #999;
	width: auto;
	border-top-width: 0px;
	line-height: 14px;
}

.subMenuContent a
{
	text-decoration: none;
	display: block;
	color: #F4E7AB;
	margin-left: 4px;
	line-height: 14px;
}

.subMenuContent a:link
{
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

.subMenuContent a:hover
{
	color: #fff;
	text-decoration: underline;
}

.theRequiredNote
{
	font: italic 9px Arial, Helvetica, sans-serif;
	margin-bottom: 1em;	
}

.thePageTitle {
	margin-bottom: .5em;
	padding: 10px 5px 0px 0px;
	color: #430202;
	font-weight: bold;
	font-size: 1.5em;
}

.theSubPageTitle {
	margin-top: 4.5em;
	margin-bottom: .5em;
	padding: 15px 5px 0px 0px;
	color: #F4E7AB;
	font-weight: bold;
	font-size: 1.1em;
}

.VertMenuTitle 
{
	background-color: transparent;
	color: #999;
	font-weight: bold;
	padding: 0px;
}

.VertMenuSubTitle 
{
	background-color: #FFA92F;
}

.VertMenuTitleIcon 
{
	width: 17px;
	height: 17px;
	margin-left: 5px;
	margin-right: 8px;
	vertical-align: top;
}

.VertMenuItems 
{
	color: #999;
	font-size: 10px;
	text-decoration: none;
	line-height: 14px;
}

.VertMenuItems a:link 
{
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

.VertMenuItems a:visited 
{
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

.VertMenuItems a:hover 
{
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
}

.VertMenuItems a:active  
{
	color: #ddd;
	font-size: 10px;
	text-decoration: none;
}

.VertMenuHr 
{
	width: 100%;
	height: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	color: #999999;
}

.zoomImage
{
	width: 16px;
	height: 16px;
	border: 0;
	vertical-align: middle;
}

.zoomImageLink
{
	display: block;
	float: right;
	width: auto;
	margin: 5px 0;
}

