/*---- Self-Clearing Floats ----*/
.mod:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

/*---- Fluid Images and Objects ----*/
img,
object,
embed{max-width:100%;}

/*---- Optional Vanity Styles ----*/
img::selection{background:transparent;}
img::-moz-selection{background:transparent;}

@media only screen and (max-device-width:480px) {
	html{-webkit-text-size-adjust:none;}
	a{-webkit-tap-highlight-color:rgba(200,0,0,0.4);}
}

/* ---- Standard Links ---- */
a, a:link, a:active, a:visited{color:#779ab4;text-decoration:underline;
	-webkit-transition:all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor:pointer;}
a:focus, a:hover{color:#fff;text-decoration:underline;cursor:pointer;}

/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/

body{background-color:#ece8e0;color:#222;font:normal 100% Helvetica, Arial, Verdana, sans-serif;}
abbr{cursor:help;}

/* ---- Containers ---- */
#cntr_fullspan{margin:0 auto;padding:0;width:960px;height:auto;}
#cntr_navigation{clear:both;margin:0;padding:0;width:960px;height:23px;background:transparent;}
#cntr_main{margin:0 auto;padding:0;width:958px;height:auto;border-left:1px solid #AEADAB;border-right:1px solid #AEADAB;background-color:#fff;background:url('../imgs/pro_bg.jpg') repeat-y;}
#cntr_disclaimer{margin:0;padding:25px 0;width:100%;height:auto;text-align:center;}

/*----------------------------------------------------------------------------------*/

/* ---- Hero ---- */
.blank11{clear:both;display:block;margin:0;padding:0;width:100%;height:auto;background:#000;}
#cntr_hero1{margin:0 auto;padding:0;width:958px;height:333px;background:url(../imgs/head1.jpg) no-repeat;}
#head2{
	margin:0 auto;
	padding:0;
	width:958px;
	height:400px;
	background-image: url(../imgs/bg_head2.jpg);
    background-repeat: repeat-x;
}

#head2a {
	margin-left: 43px;
	margin-top: 33px;
	padding: 0;
	float: left;
	width: 422px;
	height: 348px;
	display: block;
	background-image: url(../imgs/head2_masters_01.jpg);
} 

#head2a:hover {
	background-image: url(../imgs/head2_masters_02.jpg);
} 

#head2b { 
	margin-left:30px;
	margin-top:33px;
	padding:0;
	float: left;
	width: 422px; 
	height: 348px; 
	background: url(../imgs/head2_roadTrip_01.jpg) no-repeat; 
} 

#head2b:hover { 
	width: 422px; 
	height: 348px; 
	background: url(../imgs/head2_roadTrip_02.jpg) no-repeat; 
} 

#head3{
	margin:0 auto;
	padding:0;
	width:958px;
	height:400px;
	background-image: url(../imgs/bg_head3.jpg);
    background-repeat: repeat-x;
}

#head3a { 
	margin-left:43px;
	margin-top:10px;
	padding:0;
	float: left;
	width: 422px; 
	height: 351px; 
	background: url(../imgs/head3_pstGrad_01.jpg) no-repeat; 

} 

#head3a:hover {
	width: 422px;
	height: 351px;
	background: url(../imgs/head3_pstGrad_02.jpg) no-repeat;
} 

#head3b { 
	margin-left:30px;
	margin-top:10px;
	padding:0;
	float: left;
	width: 422px; 
	height: 351px; 
	background: url(../imgs/head3_degreeStyle_01.jpg) no-repeat; 
} 

#head3b:hover { 
	width: 422px; 
	height: 351px; 
	background: url(../imgs/head3_degreeStyle_02.jpg) no-repeat; 
} 

a.fea1, a.fea1:link, a.fea1:active, a.fea1:visited, a.fea1:hover{
	position:relative;
	right:500px;
	top:18px;
	float:right;
	display:block;
	margin:0;
	padding:0;
	width:425px;
	height:265px;
	background:none;
	text-decoration:none;
	cursor:pointer;
}

a.fea2, a.fea2:link, a.fea2:active, a.fea2:visited, a.fea2:hover{position:relative;left:280px;top:240px;float:left;display:block;margin:0;padding:0;width:160px;height:40px;background:none;text-decoration:none;cursor:pointer;}
a.fea3, a.fea3:link, a.fea3:active, a.fea3:visited, a.fea3:hover{position:relative;left:50px;top:0px;float:left;display:block;margin:0;padding:0;width:395px;height:190px;background:none;text-decoration:none;cursor:pointer;}






#cntr_freeShipping{margin:0 auto;padding:10px 0;width:958px;height:auto;text-align:center;font-size:.875em;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#eee;}
.freeShipping_info{text-transform:uppercase;color:#777;}
.freeShipping_info_bold{text-transform:uppercase;color:#333;}

/* ---- Product Row(s) / Cell(s) layout ---- */
/* 1 Column Layout */
.oneCol{clear:both;margin:0 auto;padding:0;width:860px;height:auto;overflow:hidden;}
.oneCol .productCell{float:right;margin:0;padding:0;width:530px;height:auto;}
/* ---- 2 Column Layout ---- */
.twoCol{clear:both;margin:0 auto;padding:0;width:860px;height:auto;background:url(http://promotions.newegg.com/template/us/imgs/2productrow_lines.png) repeat-y;overflow:hidden;}
.twoCol .productCell{float:left;margin:0 0 0 20px;padding:0;width:200px;height:auto;}
.twoCol .productCell_right{float:right;margin:0 0 0 20px;padding:0;width:200px;height:auto;}
/* ---- 3 Column Layout ---- */
.threeCol{clear:both;margin:0 auto;padding:0;width:860px;height:auto;background:url(http://promotions.newegg.com/template/us/imgs/3productrow_lines.png) repeat-y;overflow:hidden;}
.threeCol .productCell{float:left;margin:0 100px 0 0;padding:0;width:220px;height:auto;}
.threeCol .productCell_right{float:right;margin:0;padding:0;width:220px;height:auto;}
/* ---- 4 Column Layout ---- */
.fourCol{clear:both;margin:0 auto;padding:0;width:860px;height:auto;background:url(http://promotions.newegg.com/template/us/imgs/4productrow_lines.png) repeat-y;overflow:hidden;}
.fourCol .productCell{float:left;margin:0 46px 0 0;padding:0;width:180px;height:auto;}
.fourCol .productCell_right{float:right;margin:0;padding:0;width:180px;height:auto;}
/* ---- 5 Column Layout ---- */
.fiveCol{clear:both;margin:0 auto;padding:0;width:860px;height:auto;overflow:hidden;}
.fiveCol .productCell{float:left;margin:0 15px 0 0;padding:0;width:160px;height:auto;}
.fiveCol .productCell_right{float:right;margin:0;padding:0;width:160px;height:auto;}
/* ---- Listing Page Layout ---- */
.listingPage{clear:both;margin:0 auto;padding:0;width:860px;height:auto;overflow:hidden;}
.listingPage .productCell{float:left;margin:0 0 0 20px;padding:0;width:450px;height:auto;}
.listingPage .productCell_right{float:right;margin:0;padding:0;width:180px;height:auto;text-align:right;}
.listingPage .cntr_promoCode{clear:both;margin:0;padding:0;width:auto;height:55px;}

/* ---- Product Cell Content - Brand Logos and Product Images ---- */
.brand_image{clear:both;display:block;margin:0 0 4px 0;padding:0;width:auto;height:40px;}
.product_image{float:left;display:block;margin:0 0 4px 0;padding:0;width:180px;height:135px;}
.product_image_right{float:right;display:block;margin:0 0 4px 0;padding:0;width:180px;height:135px;}
.product_image_spotlight{float:left;display:block;margin:0 0 4px 0;padding:0;width:300px;height:225px;}

/* ----see more bar---- */
#seemore1{clear:both;display:block;margin:0 auto;padding:0;width:958px;height:112px;background:url(../imgs/seemore.png) no-repeat;}
#seemore1 a.shop{display:block;position:absolute;width:311px;height:80px;padding:0;margin:34px 0 0 325px;border:0;}
#seemore2{clear:both;display:block;margin:0 auto;padding:0;width:958px;height:112px;background:url(../imgs/seemore.png) no-repeat;}
#seemore2 a.shop{display:block;position:absolute;width:311px;height:80px;padding:0;margin:34px 0 0 325px;border:0;}
#seemore3{clear:both;display:block;margin:0 auto;padding:0;width:958px;height:112px;background:url(../imgs/seemore.png) no-repeat;}
#seemore3 a.shop{display:block;position:absolute;width:311px;height:80px;padding:0;margin:34px 0 0 325px;border:0;}

/* ---- icon ---- */
#clickBar{display:block;width:958px;height:60px;margin:0;padding:0;background:url(../imgs/clickBar.jpg) top no-repeat;}
#clickBar a.click{display:block;position:absolute;width:896px;height:60px;padding:0;margin:0;border:0;}

#icons1{display:block;width:958px;height:110px;padding:0;margin:0 auto;background:#F1F1F1;clear:both;overflow:hidden;}
#icons1 .icon-Jewelry{position:absolute;display:block;float:left;width:100px;height:110px;padding:0;margin:0 0 0 80px; background:url(../imgs/icon-Jewelry.jpg) no-repeat;}
#icons1 .icon-Jewelry:hover{cursor:pointer;background-position:0px -110px;}

#icons1 .icon-watches{position:absolute;display:block;float:left;width:110px;height:110px;padding:0;margin:0 0 0 244px; background:url(../imgs/icon-watches.jpg) no-repeat;}
#icons1 .icon-watches:hover{cursor:pointer;background-position:0px -110px;}
#icons1 .icon-home{position:absolute;display:block;float:left;width:110px;height:110px;padding:0;margin:0 0 0 417px; background:url(../imgs/icon-home.jpg) no-repeat;}
#icons1 .icon-home:hover{cursor:pointer;background-position:0px -110px;}
#icons1 .icon-Accessories{position:absolute;display:block;float:left;width:100px;height:110px;padding:0; margin:0 0 0 605px; background:url(../imgs/icon-Accessories.jpg) no-repeat;}
#icons1 .icon-Accessories:hover{cursor:pointer;background-position:0px -110px;}
#icons1 .icon-Gift{position:absolute;display:block;float:left;width:110px;height:110px;padding:0; margin:0 0 0 759px; background:url(../imgs/icon-Gift.jpg) no-repeat;}
#icons1 .icon-Gift:hover{cursor:pointer;background-position:0px -110px;}



/* ---- Typography (pricing) ---- */
.originalPrice{font-size:.75em;color:#999;}
.originalPriceLine{font-size:.75em;color:#999;}
.finalPrice{font-size:1.75em;font-weight:bold;color:#000;}
.soldOut{font-size:.75em;font-weight:bold;text-transform:uppercase;color:#d00;}
.soldout{font-size:.75em;font-weight:bold;text-transform:uppercase;color:#d00;}
.promo_text{font-size:.75em;color:#5f9000;}
.mapPricing{clear:both;float:left;margin:4px 0;padding:4px 8px;width:auto;height:auto;text-align:center;line-height:normal;background-color:#f7f7f7;border:1px solid #ddd;}
.freeShipping{font-size:.75em;color:#06F;}
.disclaimer{font-size:.75em;color:#777;line-height:1.25em;}

sub{text-align:inherit;vertical-align:baseline;font-size:.825em;}
sup{vertical-align: baseline;font-size: 0.8em;position: relative;top: -0.4em;}
.special{list-style:none;line-height:16px;text-align:left;font-size:.85em;color:#ff0000; font-style:italic; font-weight:bold;}
.space{line-height:15px;}
.color2 li.finalPrice{color:#fff;}
.color2 li.originalPrice{color:#ccc;}
.color2 li.originalPriceLine{color:#ccc;}
.color3 li.finalPrice{ margin-top:15px;text-decoration:line-through; width:200px;background:url('http://promotions.newegg.com/images/free.gif') no-repeat; background-position:right bottom;}

/*.color3 li.finalPrice{ margin-top:0px;text-decoration:line-through; width:200px;background:url('../imgs/ico_free.gif') no-repeat; background-position:right bottom;}*/

.color3 li.originalPrice{ display:none;}




/* ---- Typography (hidden) ---- */
.mir{display:none;}
.instantSavings{display:none;}
.shipping{display:none;}

/*--- Combo set ---*/
.comboBar {margin:0 0 16px 0;padding:10px 0;width:960px;height:auto;text-align:center;background:#000;}
.comboSavings{margin:0 auto;padding:0;width:300px;height:auto;text-align:center;color:#000;}
.comboDiscount{line-height:1.5em;vertical-align:middle;text-align:center;font-size:.75em;color:#039;}
#ngl_discount{line-height:1.5em;vertical-align:middle;text-align:center;font-size:1em;color:#039;}
.comboTxt{line-height:1.5em;vertical-align:middle;text-align:center;font-style:italic;font-size:1em;color:#222;}
#ngl_finalPrice{font-weight:bold;color:#000;}
.yourPrice{list-style:none;text-align:left;font-size:1.20em;font-weight:bold;color:#222;padding-bottom:4px;text-align:center;}
.selection{float:left;margin:0;padding:0;font-size:.75em;color:#0051a0;}
span.combopricing{font-size:.625em;color:#222;}


/* ---- Product Cell containers and lists ---- */
.cntr_ProductTitle_1{clear:both;margin:5px 0;padding:0;height:2.5em;width:auto;line-height:1em;overflow:hidden;}
.cntr_ProductTitle_2{clear:both;margin:5px 0;padding:0;height:6em;width:auto;line-height:1em;overflow:hidden;}
.cntr_ProductTitle_3{
	clear:both;
	margin:5px 0;
	padding:0;
	height:5em;
	width:auto;
	line-height:1em;
	overflow:hidden;
}
.cntr_ProductTitle_4{clear:both;margin:5px 0;padding:0;height:4em;width:auto;line-height:1em;overflow:hidden;}
.cntr_pricing{clear:both;margin:5px 0;padding:0;height:auto;width:auto;overflow:hidden;}
ul.priceList{margin:0;padding:8px 0 0 0;height:auto;width:auto;list-style:none;}

/* ---- Custom Bullet List ---- */
ul.list_features_custom{margin:3px 0;padding:0;height:4em;width:auto;font-size:.75em;color:#777;list-style:none;overflow:hidden;}
ul.list_features_custom li{margin:0;padding:0 14px;text-wrap:normal;background:url(http://promotions.newegg.com/template/us/imgs/listStyle.gif) no-repeat;background-position:0 4px;}

/* ---- Promocode Fieldset ---- */
fieldset.promo{clear:both;margin:0 auto;padding:6px;width:auto;height:auto;border:1px dashed #ccc;text-align:center;font-size:.75em;color:#5f9000;}
fieldset.promo legend{margin:0 auto;padding:0 6px;text-align:center;font-size:1em;color:#5f9000;background-color:#fff;}

/* ---- Links ---- */
a.ProductTitle, a.ProductTitle:link, a.ProductTitle:active, a.ProductTitle:visited{font-size:.75em;font-weight:700;color:#244e6d;text-wrap:normal;text-decoration:underline;}
a.ProductTitle:hover{font-size:.75em;font-weight:700;color:#000;text-wrap:normal;text-decoration:none;}
a.disc, a.disc:link, a.disc:active, a.disc:visited{font-size:.75em;font-weight:700;color:#244e6d;text-wrap:normal;text-decoration:underline;}
a.disc:hover{font-size:.75em;font-weight:700;color:#000;text-wrap:normal;text-decoration:none;}
a.inCart, a.inCart:link, a.inCart:active, a.inCart:visited{font-size:.75em;color:#06F;text-decoration:none;}
a.inCart:hover{font-size:.75em;color:#000;text-decoration:none;}

/*---- Button(s) ----*/
a.button_preOrder, a.button_preOrder:link, a.button_preOrder:active, a.button_preOrder:visited, 
a.button_preOrder:hover{float:left;display:block;margin:4px 0 0 0;padding:0;width:80px;height:23px;background:url(http://promotions.newegg.com/template/us/imgs/button_preorder.png) no-repeat;}

/* ---- Spacer(s) ---- */
.blank5{clear:both;display:block;margin:0;padding:0;width:100%;height:5px;background:none;}
.blank10{clear:both;display:block;margin:0;padding:0;width:100%;height:10px; background:#FFF;}
.blank20{clear:both;display:block;margin:0;padding:0;width:100%;height:20px;background:none;}
.blank30{clear:both;display:block;margin:0;padding:0;width:100%;height:30px;background:none;}
.blank40{clear:both;display:block;margin:0;padding:0;width:100%;height:40px;background:none;}
.blank50{clear:both;display:block;margin:0;padding:0;width:100%;height:50px;background:none;}
.blank60{clear:both;display:block;margin:0;padding:0;width:100%;height:60px;background:none;}
.blank70{clear:both;display:block;margin:0;padding:0;width:100%;height:70px;background:none;}
.blank80{clear:both;display:block;margin:0;padding:0;width:100%;height:80px;background:none;}
.blank90{clear:both;display:block;margin:0;padding:0;width:100%;height:90px;background:none;}
.blank100{clear:both;display:block;margin:0;padding:0;width:100%;height:100px;background:none;}
.line_spacer{clear:both;display:block;margin:0 auto;padding:0;width:958px;height:52px;background:url(http://promotions.newegg.com/template/us/imgs/line_spacer.png) no-repeat;}

/*----------------------------------------------------------------------------------*/

/* ---- Error Message Popup ---- */
br.both{clear:both;}
#backgroundPopup{display:none;position:fixed;_position:absolute; /* hack for internet explorer 6*/height:100%;width:100%;top:0;left:0;background:#000;border:1px solid #000;z-index:1;}
#popupMessage{display:none;position:fixed;_position:absolute; /* hack for internet explorer 6*/height:auto;width:400px;background:#fff;border:10px solid #eee;z-index:2;padding:40px;font-size:12px;text-align:left;}
#popupMessage .error_message{color:#ed4e61;font-size:26px;font-weight:bold;text-transform:uppercase;}
#popupMessage #message_box{margin-bottom:14px;padding-bottom:14px;color:#ed4e61;border-bottom:1px dashed #ddd;}
#popupMessageClose{font-size:18px;position:absolute;right:12px;top:6px;color:#444;font-weight:bold;display:block;text-decoration:none;cursor:pointer;}
#contactArea{font-size:12px;line-height:18px;color:#666;}
#button{text-align:center;margin:0;}
a.link_message, a.link_message:link, a.link_message:active, a.link_message:visited{color:#257bbe; text-decoration:underline;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;cursor:pointer;}
a.link_message:focus, a.link_message:hover{color:#000; text-decoration:underline;cursor:pointer;}

/* ---- Listing Page (example: black friday listing page(s) ---- */
p.category{clear:both;margin:0;padding:0 0 6px 30px;font-size:1em;font-weight:bold;color:#244e6d;}
table.blackfriday{clear:both;margin:0 auto;padding:0;width:900px;height:auto;font-size:1em;overflow:hidden;}
table.blackfriday tr{margin:0;padding:0;width:900px;height:auto;}
table.blackfriday tr td.product_description1{margin:0;padding:5px 10px;width:auto;height:auto;text-align:left;vertical-align:middle;border-bottom:1px solid #fff;border-right:1px solid #fff;background:#f3f3f3;}
table.blackfriday tr td.product_price1{margin:0;padding:5px 10px 5px 0;width:120px;height:auto;text-align:right;color:#222;font-weight:bold;border-bottom:1px solid #fff;border-right:1px solid #fff;background:#f3f3f3;}
table.blackfriday tr td.product_description2{margin:0;padding:5px 10px;width:auto;height:auto;text-align:left;vertical-align:middle;border-bottom:1px solid #fff;border-right:1px solid #fff;background:#f9f9f9;}
table.blackfriday tr td.product_price2{margin:0;padding:5px 10px 5px 0;width:120px;height:auto;text-align:right;color:#222;font-weight:bold;border-bottom:1px solid #fff;border-right:1px solid #fff;background:#f9f9f9;}
table.blackfriday tr td.fblike1{margin:0;padding:5px 0 5px 10px;width:120px;height:auto;text-align:left;vertical-align:middle;border-bottom:1px solid #fff;border-right:1px solid #fff;background:#f3f3f3;}
table.blackfriday tr td.fblike2{margin:0;padding:5px 0 5px 10px;width:120px;height:auto;text-align:left;vertical-align:middle;border-bottom:1px solid #fff;border-right:1px solid #fff;background:#f9f9f9;}
a.title, a.title:link, a.title:active, a.title:visited{font-size:.75em;color:#296ea0;text-wrap:unrestricted;text-decoration:underline;}
a.title:hover{font-size:.75em;color:#222;text-wrap:unrestricted;text-decoration:none;}

/*----------------------------------------------------------------------------------*/


/* ---- Firefox Hacks ---- */
@-moz-document url-prefix(){
.fourCol .productCell{position:relative;float:left;margin:0 46px 0 0;padding:0;width:180px;height:100%;}
.fourCol .productCell_right{position:relative;float:right;margin:0;padding:0;width:180px;height:100%;}
.cntr_pricing{clear:both;margin:5px 0;padding:0;height:auto;width:auto;overflow:hidden;}
ul.priceList{margin:0;padding:8px 0 0 0;width:auto;list-style:none;}
ul.priceList li{margin:0 0 6px 0;padding:0;height:auto;width:auto;line-height:1.125em;list-style:none;}
/* ---- Custom Bullet List ---- */
ul.list_features{margin:3px 0;padding:0;height:auto;width:auto;font-size:.75em;color:#777;list-style:none;}
ul.list_features li{margin:0;padding:0 14px;text-wrap:normal;background:url(http://promotions.newegg.com/template/us/imgs/listStyle.gif) no-repeat;background-position:0 4px;}
.mapPricing{clear:both;float:left;margin:4px 0;padding:4px 8px;width:auto;height:auto;text-align:center;line-height:normal;background-color:#f9f6f2;border:1px solid #bbb;}
a.inCart, a.inCart:link, a.inCart:active, a.inCart:visited{padding:4px 8px;font-size:.75em;color:#06F;line-height:1.5em;text-decoration:none;}
a.inCart:hover{padding:4px 8px;font-size:.75em;color:#000;line-height:1.5em;text-decoration:none;}
}

/*----------------------------------------------------------------------------------*/

/* ---- PNG FIX ---- */
img, div{behavior:url('http://promotions.newegg.com/template/us/ie_png_fix/iepngfix.htc');}
:focus {outline: 0;}
