@charset "UTF-8";

/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;}



a img {border:0}


body{
	background:#000000 url(images/background.jpg) no-repeat fixed top center;
	text-align: center;
    font: 12px/14px Verdana;
	min-width:990px;
	margin:0 auto;
}


p {
	padding:0px 25px;
	font:12px Verdana;
	color:#000000;
}

a {
	color:#990000;
}

a:hover {
	text-decoration:none;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	padding:0px;
}

/* LEFT COL */

#left_col {
	width:190px;
	float:left;
	text-align:left;
}

#logo {
	width:159px;
	margin:3px auto;
}

#cat_btns {
	width:155px;
	margin:3px auto;
}

#cat_btns a {
	display:block;
	margin-bottom:5px;
}

.cta {
	width:171px;
	margin:30px auto;
	text-align:center;
}

#gallery_cta a {
	display:block;
	cursor:pointer;
	width:171px;
	height:193px;
	margin:30px auto;
	background:url(images/gallery_cta.jpg) no-repeat top left;
}

#gallery_cta a:hover {
	background-position:bottom left;
}

#retailer_cta a {
	display:block;
	cursor:pointer;
	width:171px;
	height:190px;
	margin:30px auto;
	background:url(images/retailer_cta.jpg) no-repeat top left;
}

#retailer_cta a:hover {
	background-position:bottom left;
}

#gear_cta a {
	display:block;
	cursor:pointer;
	width:171px;
	height:125px;
	margin:30px auto;
	background:url(images/win_cta.jpg) no-repeat top left;
}

#gear_cta a:hover {
	background-position:bottom left;
}

#catalog_cta a {
	display:block;
	cursor:pointer;
	width:171px;
	height:100px;
	margin:30px auto;
	background:url(images/catalog_cta.jpg) no-repeat top left;
}

#catalog_cta a:hover {
	background-position:bottom left;
}

/*  RIGHT COL  */

#right_col {
	width:800px;
	float:right;
}

#navigation_wrapper {
	width:800px;
	height:35px;
	background:#000;
}

#navigation {
	width:635px;
	float:right;
}

#navigation a {
	display:block;
	float:left;
	padding:11px 10px 8px;
}

#navigation a:hover {
	background:url(images/nav-hover.png) repeat-x top left;
}

.spacer {
	display:block;
	float:left;
	margin-top:12px;
}

#marketing_window {
	background:#000;
}

#market{
    background: url(/images/market/frame.png);
    height: 381px;
    width: 800px; }
#market.int{ height: 280px; }
#market div{
    height: 381px;
    position: absolute;
    width: 800px; }
#market.int div{ height: 280px; }
#market div a{
    display: block;
    float: left;
    height: 381px; }
#market.int div a{ height: 280px; }
#market div.pics1 a{ width: 800px; }
#market div.pics2 a{ width: 400px; }
#market div.pics3 a{ width: 265px; }
#market div.pics4 a{ width: 200px; }


#decal_table {
	padding:0px 25px;
	font:12px Verdana;
	color:#000000;
}

/* CONTENT  */

#search_area {
	width:800px;
	height:38px;
	background:url(images/content_top.jpg) no-repeat top left;
	margin:0px;
	*margin-top:-10px;
	padding:0px;
}
#facebooklikebox{ padding: 10px 10px 20px 30px; }
#search_table {
	width:270px;
	float:right;
	margin:-5px 0px 0px; 
}

.search_field {
	width:168px;
	height:17px;
	font:12px Verdana;
	color:#686868;
	padding:3px;
}

#content {
	width:800px;
	min-height:1400px;
	padding:0px 5px;
	margin:5px 0px 0px;
}

.top_title {
	margin: 0px 0px 3px 30px;
}

.product_box {
	width:250px;
	height:300px;
	float:left;
	margin:0px 7px 5px; 
	text-align:center;
}

.product_link {
	color:#990000;
	font:12px Verdana;
	text-align:center;
	padding:0px;
	margin:4px 0px;
}

.product_link a {
	color:#990000;
	text-decoration:underline;
}

.product_link a:hover {
	text-decoration:none;
}

.product_id {
	color:#000;
	font:10px Verdana;
	text-align:center;
	padding:0px;
	margin:4px 0px;
}

.product_price {
	color:#993300;
	font:14px Verdana;
	text-align:center;
	padding:0px;
	margin:4px 0px;
}

.product_btn {
	text-align:center;
	margin:2px;
}

/* FOOTER */

#footer_wrapper {
	width:800px;
	background:#000000 url(images/content_bottom.jpg) no-repeat top left;
	padding:45px 0px 0px;
	font:10px/16px Verdana;
	color:#ffff00;
	text-align: center;
}

#footer_wrapper a {
	color:#ffff00;
	text-decoration: none;
}

#footer_wrapper a:hover {
	color:#ffff00;
	text-decoration: underline;
}

.checkout_card_img {
	margin-top:20px;
}
/* HEADER TAGS */

h1 {
	padding:0px 25px;
	margin: 5px 0px;
	font:normal 24px Verdana;
	color:#000000;
}
h2 {
	padding:0px 25px;
	font:bold 14px Verdana;
	color:#000000;
}
h3 {
	padding:0px 25px;
	font:normal 14px/20px Verdana;
	color:#000000;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin-left:25px;
	padding:0px 25px;
}
li {
	font:13px/18px Verdana;
	color:#525252;
}




/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
}
#contact_table {
	width: 400px;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	width: 300px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 45px;
	height: 20px;
	text-align: right;
	padding:5px 5px 0px 0px;
}
.contact_box {
	float: right;
	width: 250px;
	height: 25px;
	text-align: left;
}
input.contactinput {
	width: 250px;
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}







/*__DIGISHOP
==========================================================*/
/*__DIGISHOP  digi_cart_home | Whatever you have homepage set-up as (category, featured, nothing, etc.)
==========================================================*/
    body.digi_cart_home div#categoryGrid h2,
    body.digi_cart_home div#categoryGrid div#btmOptions{
        display: none; }
    body.digi_cart_home div#categoryGrid td{
        padding-bottom: 20px;
        text-align: center; }
    body.digi_cart_home div#categoryGrid div.title{
        padding-top: 10px; }
    body.digi_cart_home div#categoryGrid div.title a{
        text-decoration: none; }

/*__DIGISHOP  digi_product_list | List of items in a category
==========================================================*/
    body.digi_product_list div#productGrid div#topOptions div.display{
        float: left; }
    body.digi_product_list div#productGrid div#topOptions div.sort{
        float: right; }
    body.digi_product_list div#productGrid div#topOptions div.sort div.label{
        float: left;
        padding-right: 10px; }
    body.digi_product_list div#productGrid div#topOptions div.sort div.option{
        float: right; }
    body.digi_product_list div#productGrid div.internal-clear{
        clear: both; }
    body.digi_product_list div#productGrid table{
        width: 100%;}
    body.digi_product_list div#productGrid td{
        text-align: center;
        padding-bottom: 20px;
        width: 48%; }
    body.digi_product_list div#productGrid div.productListColumn2{
        padding-top: 10px; }
    body.digi_product_list div#productGrid div.title a{
        text-decoration: none; }
    body.digi_product_list div#productGrid div.buttons{
        padding-top: 10px; }
    body.digi_product_list div#productGrid div.buttons div{
        display: inline; }
    body.digi_product_list div#productGrid div.details span.myerror{
        color: #7f0000;
        font-weight: bold; }

/*__DIGISHOP  digi_product_detail | Product detail page
==========================================================*/
    body.digi_product_detail div#productDetail{
        color: #333;}
    body.digi_product_detail div#productDetail div#productPhotos{
        float: left;
        padding-bottom: 40px;
        margin-bottom: 10px;
        width: 500px;}
    body.digi_product_detail div#productDetail a{
        text-decoration: none;}

    /* Product Details */
    body.digi_product_detail div#productDetail div#productDetails{
        background: #efeb73 url(/images/digi_section-bg.png) repeat-x;
        border: 2px solid #333333;
        float: right;
        padding: 10px;
        margin-bottom: 20px;
        width: 200px;}
    body.digi_product_detail div#productDetail div#productDetails div#details_top{
        background: url(/images/digi_secure-shopping.png);
        height: 35px;
        position: relative;
        left: -10px;
        top: -25px;
        width: 180px;}
    body.digi_product_detail div#productDetail div#productDetails div.label{
        float: left;
        padding-right: 5px;}
    body.digi_product_detail div#productDetail div#productDetails div.field{
        padding-bottom: 5px;}
    body.digi_product_detail div#productDetail div#productDetails div.details_optionGroup div.field,
    body.digi_product_detail div#productDetail div#productDetails div.details_personalization div.field{
        clear: left;}
    body.digi_product_detail div#productDetail div#productDetails div#details_qty div.label{
        padding-top: 3px;}
    body.digi_product_detail div#productDetail div#productDetails div#details_price div.label{
        display: none;}
    body.digi_product_detail div#productDetail div#productDetails div#details_price span.myerror{
        color: #7f0000;
        font-weight: bold;}
    body.digi_product_detail div#productDetail div#productDetails  div#details_addToCartButton{
        background: url(/images/icon-credit-cards.png) no-repeat bottom center;
        margin-bottom: 20px;
        padding: 10px 0 30px 0;
        text-align: center;}
	#optionSelect-194-1 {
		width:200px;
		font-size:12px;
	}

    /* Product Thumbnails */
    body.digi_product_detail div#productDetail div#prodThumbnails{
        clear: left;
        padding-bottom: 20px;
        width: auto !important; }
    body.digi_product_detail div#productDetail div#prodThumbnails div.productPhotoThumbnailSection{
        width: auto !important; }
    body.digi_product_detail div#productDetail div#prodThumbnails div.productPhotoThumbnailSection div {
        text-align: center;
        width: 160px !important; }

    /* Mixed sections, borders and backgrounds */
    body.digi_product_detail div#productDetail div#productDescription,
    body.digi_product_detail div#productDetail div#productBundle,
    body.digi_product_detail div#productDetail div#productReviews,
    body.digi_product_detail div#productDetail div#productsRelated{
        border: 2px solid #333333;
        clear: both;
        margin: 40px 0;
        padding: 10px;}
    body.digi_product_detail div#productDetail div#productDescription h3.title,
    body.digi_product_detail div#productDetail div#productBundle h3.title,
    body.digi_product_detail div#productDetail div#productReviews h3.title,
    body.digi_product_detail div#productDetail div#productsRelated h3.title{
        height: 35px;
        position: relative;
        left: -10px;
        top: -40px;
        margin-bottom: -20px;
        text-indent: -9000px;}

    /* Product Description */
    body.digi_product_detail div#productDetail div#productDescription{
        }
    body.digi_product_detail div#productDetail div#productDescription h3.title{
        background: url(/images/digi_product-description.png) no-repeat;}
        
    /* Product Bundle */
    body.digi_product_detail div#productDetail div#productBundle{
        }
    body.digi_product_detail div#productDetail div#productBundle h3.title{
        background: url(/images/digi_value-package.png) no-repeat;}
    body.digi_product_detail div#productDetail div#productBundle div#bundlePrice{
        padding: 10px 0;}
    body.digi_product_detail div#productDetail div#productBundle div#bundlePrice span.myerror{
        color: #7f0000;
        font-weight: bold;}

    /* Product Reviews */
    body.digi_product_detail div#productDetail div#productReviews{
        }
    body.digi_product_detail div#productDetail div#productReviews h3.title{
        background: url(/images/digi_customer-reviews.png) no-repeat;}
    body.digi_product_detail div#productDetail div#productReviews div.label{
        float: left;
        padding-right: 5px;}
    body.digi_product_detail div#productDetail div#productReviews div.field{
        padding-bottom: 10px;}
    body.digi_product_detail div#productDetail div#productReviews div#productReviewsAdd{
        display: none;}
    body.digi_product_detail div#productDetail div#productReviews div#productReviewsAdd div.label{
        width: 50px;}
    body.digi_product_detail div#productDetail div#productReviews div#productReviewsAdd h3{
        font-weight: bold;
        margin: 10px 0;
        padding: 0;}
    body.digi_product_detail div#productDetail div#productReviews div#productReviewsAdd div#reviewForm_rating div#newRatingDivImage{
        clear: none !important;
        float: none !important;
        margin-left: 60px;}
    body.digi_product_detail div#productDetail div#productReviews div.review,
    body.digi_product_detail div#productDetail div#productReviews div#addAReviewLink,
    body.digi_product_detail div#productDetail div#productReviews div#productReviewsAdd{
        border-top: 1px solid #333333;
        margin-top: 10px;
        padding-top: 10px;}
    body.digi_product_detail div#productDetail div#productReviews{
        }

    /* Product Related */
    body.digi_product_detail div#productDetail div#productsRelated h3.title{
        background: url(/images/digi_related-products.png) no-repeat;}
    body.digi_product_detail div#productDetail div#productsRelated div.productRelated{
        float: left;
        margin-bottom: 20px;
        text-align: center;
        width: 225px;}
    body.digi_product_detail div#productDetail div#productsRelated div.productRelated div.title{
        font-weight: bold;
        margin-bottom: 5px;}
    body.digi_product_detail div#productDetail div#productsRelated div.productRelated div.price{
        padding: 5px;}

/*__DIGISHOP  digi_view | Cart
==========================================================*/
    body.digi_view a{
        text-decoration: none;}
    /* checkout duplicates this table, added the css here rather then repeating in checkout section (2 sections below this one)*/
    body.digi_view table#cartItems,
    body.digi_fastcheckout div#checkoutOnePage table#cartItems {
        border-collapse: collapse;
        border-bottom: 1px solid #333333;
        padding-bottom: 1em;
        margin-bottom: 1em;
        text-align: center;
        width: 100%;}
    body.digi_view table#cartItems thead tr,
    body.digi_fastcheckout div#checkoutOnePage table#cartItems thead tr {
        background: #333333;
        color: white;}
    body.digi_view div#cartNumItems{
        float: left;
        padding-bottom: 2em;}
    body.digi_view div#cartCoupon{
        clear: left;
        float: left;
		margin-top:25px;}
    body.digi_view div#cartAmounts{
        float: right;
        line-height: 1.8em;
        width: 33%;
		margin-right:71px;}
    body.digi_view #cartAmounts div.field-label,
    body.digi_view #cartAmounts div.field-price{
        float: left;
        width: 50%;}
    body.digi_view #cartAmounts div.field-price{
    text-align: right;}
    body.digi_view #cartButtons{
    clear: both;
	padding-top:20px}

/*__DIGISHOP  digi_create_account | Creating an account page
==========================================================*/
    body.digi_create_account div.hdr-title{
        display: none; }

/*__DIGISHOP  digi_client_login & digi_login | Login to accoun
==========================================================*/
    body.digi_login div#customerLogin,
    body.digi_client_login div#customerLogin{
        color: black;}
    /* mixed in fastcheck out as it uses these two login boxes as well!! */
    body.digi_client_login div#customerLogin div#existingCustomer,
    body.digi_client_login div#customerLogin div#newCustomer,
    body.digi_login div#customerLogin div#existingCustomer,
    body.digi_login div#customerLogin div#newCustomer,
    body.digi_fastcheckout div#checkoutOnePage div#existingCustomer,
    body.digi_fastcheckout div#checkoutOnePage div#newCustomer{
        background: #efeb73;
        border: 2px solid #333333;
        float: left;
        margin-right: 20px;
        padding: 10px;
        width: 250px;}
    body.digi_client_login div#customerLogin div.hdr-title,
    body.digi_login div#customerLogin div.hdr-title,
    body.digi_fastcheckout div#checkoutOnePage div.hdr-title{
        background: #333333;
        color: white;
        font-weight: bold;
        padding: 5px;
        margin: -10px;
        margin-bottom: 10px;}
    body.digi_client_login div#customerLogin div#newCustomer div.body,
    body.digi_login div#customerLogin div#newCustomer div.body,
    body.digi_fastcheckout div#checkoutOnePage div#newCustomer div.body{
        padding: 20px 0;}

/*__DIGISHOP  digi_fastcheckout | Fast Check out
==========================================================*/
    body.digi_fastcheckout div#checkoutOnePage a{
        text-decoration: none;}
    /* cart table is styled in the cart section (2 sections above this one) since it's the same code. */
    body.digi_fastcheckout div#checkoutOnePage div#cartAmountsTotalLabel{
        float: left;
        font-weight: bold;
        padding-right: 5px;}
    body.digi_fastcheckout div#checkoutOnePage div.checkoutWelcome{
        padding: 40px 0 20px 0;}
    /* login boxes were added to the login css section since they use same html just about (it's the section above this one)*/
    body.digi_fastcheckout div#checkoutOnePage div#disableDivTrigger{
        clear: both;}
    body.digi_fastcheckout div#checkoutOnePage div#information_div{
        border-top: 2px solid #333333;
        clear: both;}
    body.digi_fastcheckout div#checkoutOnePage div#information_div h2{
        padding: 40px 0 20px 0;}

/*__DIGISHOP  digi_bill | Bill to address page (part of multi-page checkout process)
==========================================================*/
    body.digi_bill {
        }

/*__DIGISHOP  digi_payment | Credit Card page (part of multi-page checkout process)
==========================================================*/
    body.digi_payment {
        }

/*__DIGISHOP  digi_search | Search page
==========================================================*/
    body.digi_search {
        }

/*__DIGISHOP  digi_search_results | Search results page
==========================================================*/
    body.digi_search_results {
        }

/*__DIGISHOP  digi_customer_home | My account page
==========================================================*/
    body.digi_customer_home div#billInfo,
    body.digi_customer_home div#shipInfo{
        padding-bottom: 20px; }
    body.digi_customer_home div.hdr-title{
        color: #7f0000;
        font-weight: bold; }

/*__DIGISHOP  digi_change_password | My account page - change password
==========================================================*/
    body.digi_change_password {
        }

/*__DIGISHOP  digi_change_billing | My account page - change billing address
==========================================================*/
    body.digi_change_billing {
        }

/*__DIGISHOP  digi_change_shipping | My account page - change shipping address
==========================================================*/
    body.digi_change_shipping {
        }

/*__DIGISHOP  digi_subscribe | My account page - subscribe to newsletter
==========================================================*/
    body.digi_subscribe {
        }

/*__DIGISHOP  digi_new_arrivals | New arrivals page
==========================================================*/
    body.digi_new_arrivals {
        }

/*__DIGISHOP  digi_on_sale | Specials page
==========================================================*/
    body.digi_on_sale {
        }

/*__DIGISHOP  digi_top_sellers | Top sellers page
==========================================================*/
    body.digi_top_sellers {
        }

/*__DIGISHOP  digi_featured | Featured products page
==========================================================*/
    body.digi_featured {
        }






.CollapsiblePanelTab {
	cursor: pointer;
}



.form-label, .checkoutWelcome {
	clear:both;
}
.form-label {
	margin-top:10px;
}




#int_content {
	width:750px;
	margin:0px 25px;
}




/* NEWSLETTER */

#widgetSubscribe {
	width:140px;
	padding:15px 5px;
	margin:5px 35px 5px 5px;
	background:#FFFFFF;
}
.newssign {
	width:130px;
}
.newstop {
	font:10px Verdana;
	color:#000000;
	text-align:center;
}








/* SIDEBAR CART */

#widgetSidebarDetailed {
	color:#000000;
	background:#EFEB73 url("images/digi_side-section-bg.png") repeat-x;
	margin:10px 0px;
}
#widgetSidebarDetailed .top a {
	padding:0px 5px;
}
td.items a {
	color:#000000;
	text-decoration:none;
}
td.items a:hover {
	text-decoration:underline;
}
input.qtyField {
	width:20px;
}
td.sideQty {
	width:20px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}
td.sideName {
	width:170px;
	font:10px Verdana;
	text-align:justify;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}
tr.itemRow {
}



/* CART BUTTONS IN DETAILS PAGE */

#detailsButtons {
	text-align:center;
	margin:20px 0px 0px 0px;
}
#detailsButtons a {
	margin:5px;
}







.popup {
	position: absolute;
	width: 400px;
	overflow: auto;
	border: 1px solid #000000;
	background-color: #CCCCCC;
	z-index: 2;
	visibility: hidden;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	color: #000000;
	line-height: 100%;
}





#billInfo {
	width:370px;
	margin:20px 0px;
	padding:0px;
	float:left;
}
#shipInfo {
	width:370px;
	margin:20px 0px;
	padding:0px;
	float:right;
}
#paymentInfo {
	clear:both;
	margin-bottom:20px;
}


.hdr-title {
	font-weight:bold;
}

td.hdr-title {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

