@charset "UTF-8";
/* CSS Document */

/**
 * Delta Air Lines 
 *
 * @project		Delta Shop
 * @site		http://www.deltashop.com
 * @version		1.0
 * @author		Evan Smith
 * @link		www.zyglobe.com
 * @copyright	2010
 * @license		All Rights Reserved
 *
 * @fontdef		arial, helvetica, sans-serif
 */
 
 /* Meyer Reset */
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, strong, 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;
}

input, textarea {
	font-size:inherit;font-family:inherit;
	line-height:inherit;letter-spacing:inherit;
}

: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: "" "";}
/* End Reset */

/* Common Fixes */
.autoclear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.autoclear {display:inline-block;}
.autoclear {display:block;}

.aligncenter {text-align:center;}
.alignright {text-align:right;}

.dblock {
	display:block;
}

.uc {text-transform:uppercase;}

.hide {display:none;}

/* End Fixes */


/* Semantics */


body {
	margin:0 auto;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-align:center;
}

.clouds {
	background: #FFF url(../templateimages/animateclouds.gif) repeat-x left top;
}

a {
	color:#05376A;
}

a:hover, a:active {
	color:#881616;
}

em {font-style:italic;}

strong {font-weight:bold;}

h1 {
	font-weight:bold;
	font-size:1.45em;
	padding:6px 0 10px 0;
}

h2 {
	font-weight:bold;
	font-size:1.3em;
	padding:12px 0 6px 0;
}

h3 {
	font-weight:bold;
	font-size:1.3em;
}

p {
	padding:6px 0 12px 0;
	line-height:1.2em;
}

/* LAYOUT */

#aside {
	padding:14px 10px;
}

#aside .section {
	font-size:.9em;
}

#aside .section h3 {
	padding:0 0 4px 0;
}

#aside .section p {
	padding:6px;
	background-color:#FFF;
	border:1px solid #C9C9C9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#aside .section strong {
	display:block;
	padding:5px 0;
	font-size:1.1em;
}

#banner {
	width:800px;
	height:117px;
	background:url(../templateimages/banner.gif) top left no-repeat;
	position:relative;
	-moz-border-radius-topright:7px;
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
}

.cartTable {
	width:100%;
	border:1px solid #6F6F6F;
	padding:1px 0 0 1px;
	margin:10px 0;
}

.cartTable th{
	background-color:#05376A;
	color:#FFF;
	padding:.15em .25em;
	border-bottom:1px solid #3e7dbe;
	border-right:1px solid #3e7dbe;
}

.cartTable td {
	border-bottom:1px dashed #8b8b8b;
	padding:.3em .25em;
	font-size:.9em;
}

#contentHome {
	width:568px;
	float:right;
	padding:0px;
}

#content{
	width:528px;
	float:right;
	padding:14px;
	overflow:hidden;
}

.error {
	color:#990000;
	font-weight:bold;
	font-size:1.1em;
	padding:4px;
	margin:8px 0;
	text-align:center;
}

.flypink {
	background:url(../templateimages/ico_pinkribbon2.gif) 4px 4px no-repeat;
}

.flypink a:hover {
	background:url(../templateimages/ico_pinkribbon2.gif) 4px 4px no-repeat #DA2E53;
}

.wsl {
	background:url(../templateimages/ico_starburst.png) 4px 50% no-repeat;
}

.wsl a:hover {
	background:url(../templateimages/ico_starburst.png) 4px 50% no-repeat #DA2E53;
}

#footer {
	background:url(../templateimages/footbg.gif) top left no-repeat #FFF;
	padding:14px 8px;
	text-align:right;
	color:#343434;
	font-size:.88em;
}

#footer a {
	color:#343434;
	text-decoration:underline;
}

#footer a:hover {
	color:#900;
}

#footer span {padding:0 6px;}

fieldset{
	padding:10px;
	margin:8px 0;
	border:1px solid #ADADAD;
	line-height:1.1em;
}

fieldset legend {
	font-weight:bold;
	font-size:1.2em;
	line-height:1.2em;
}

#registerform fieldset span {
	color:#990000;
	padding-left:.7em;
	font-size:.9em;
}

#gnav {
	background:url(../templateimages/navbg.gif) top left repeat-x #B00027;
	position:absolute;
	bottom:0px;
	left:5px;
	width:784px; /* 790px total */
	height:30px;
	padding-left:6px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

#gnav li{
	display:inline;
}


#gnav a {
	display:block;
	float:left;
	background:url(../templateimages/navbg.gif) top left repeat-x;
	border-right:1px solid #ef9ca8;
	text-decoration:none;
	padding:9px 16px 9px 16px;
	font-weight:bold;
	color:#FFF;
	font-size:12px;
} 

#gnav a:hover {background-position:bottom;}

#gnav li .last {border:none;}

#gobtn {
	margin-bottom:-7px;
}

#header {
	padding:15px 0 0 0;
}

.home-p {
	font-size:.86em;
	padding:12px 22px 0px 22px;
	text-align:justify;
}

.home-p p {margin:0;padding:3px 0 4px 0;}

#homeFeatured {
	padding:8px;
}

#homeFeatured h1 {
	text-transform:uppercase;
	font-size:1.13em;
	color:#626262;
	background-color:#EDEDED;
	border:1px solid #CDCDCD;
	padding:8px 12px 6px 12px;
	margin:8px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#homeFeatured table {
	width:100%;
}

#homeFeatured table img {
	width:150px;
	height:150px;
	border:1px solid #D0D0D0;
}

.hpfb {
	text-align:center;
	padding:8px 35px 8px 35px;
}

.hpfb span{
	display:none;
}
.hpfb a {
	display:block;
	width:86px;
	height:25px;
	background:url(../templateimages/btn_viewitem.jpg) top left no-repeat;
}
.hpfb a:hover {
	background-position:bottom;
}

.hpfi_container {
	width:130px;
	float:left;
	padding:0 4px 0 4px;
	text-align:center;
}

.hpfi_visibleContainer {
	border:1px dashed #adadad;
	padding:6px;
	height:90px;
	overflow:hidden;
}

.hpfi_container strong {
	display:block;
	padding-top:8px;
}

.hpfi_container img{
	padding-top:8px;
}

.infolist {
	padding:10px;
	line-height:1.3em;
	list-style-position:inside;
	list-style-type:circle;
}

.itemCol1 {
	text-align:center;
	width:255px;
	float:left;
}
.itemCol1 img {
	border:1px solid #960020;
	padding:1px;
}
.itemCol1 p {
	text-align:left;
	color:545454;
	font-size:.856em;
}
.itemCol2 {
	float:right;
	width:265px;
}
.itemPageAddToCartButton input {
	background:url(../templateimages/btn_addtocart.gif) top left no-repeat;
	width:144px;
	height:57px;
	display:block;
	float:right;
}
.itemPageAddToCartButton input:hover {
background-position:bottom;
}

#logo {
	position:absolute;
	top:20px;
	left:26px;
}

#logout {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:80px;
	color:#98012E;
	text-align:left;
	padding:4px 0;
}

.menu1linklist li {
border:none;
padding:1px 0;
}

#menu1 {
	color:#FFF;
	display:block;
	background:url(../templateimages/menubg.jpg) top left no-repeat #960020;
	padding:23px 7px 10px 7px;
	border-bottom:1px solid #6E0017;
}

#menu1 h2 {
	font-size:1.2em;
	text-transform:uppercase;
	background-color:#b40027;
	border-bottom:1px solid #e40b3a;
	border-top:1px solid #e40b3a;
	margin:0 0 8px 0;
	padding:6px 0 4px 0;
	text-align:center;
}


#menu1 li {
	list-style-position:inside;
}

#menu1 a {
	display:block;
	color:#FFF;
	padding:.35em 10px .35em 25px;
	font-size:1.15em;
	font-weight:normal;
	text-decoration:none;
}

#menu1 a:hover {
	background-color:#DA2E53;
}

.noresults {
	color:#636363;
	text-align:center;
	font-size:1.1em;
	font-style:italic;
	padding:30px 0;
}

#page {
	background:url(../templateimages/contentbg-tlnFFF.gif) top left repeat-y #FFF;
	border-left:5px solid #05376A;
	border-right:5px solid #05376A;
	width:790px;
}

#romance table {width:100%;}
#romance .longdesc table {margin:10px 0; width:100%;}
#romance .longdesc table th, #romance .longdesc table td {padding:2px 4px;}
#romance .longdesc table th {background:#3d3d3d; color:#FFF;}
#romance .longdesc table td {border-bottom:1px solid #CDCDCD; vertical-align:middle;}
#romance .longdesc .fcol {border-left:1px solid #CDCDCD;}
#romance .longdesc .lcol {border-right:1px solid #CDCDCD;}

#searchpos {
	padding:15px 0;
}

#search {
	background:url(../templateimages/searchbox.gif) top left no-repeat;
	width:205px;
	height:28px;
	position:relative;
	float:right;
}


#search button {
	position:absolute;
	top:2px;
	right:2px;
	width:20px;
	height:24px;
	background:url(../templateimages/buttonarrow.gif) 50% 50% #FFF no-repeat;
	border:none;
	cursor:pointer; 
}

#search button span {display:none;}

#searchfield {
	border:none;
	background:transparent;
	color:#676767;
	position:absolute;
	top:7px;
	left:6px;
	width:170px;
}

#sidebar {
	width:222px;  /* 222px total */
	float:left;
}

.table_forms {
	width:100%;
	padding:5px 0;
	margin:10px 0;
	border:1px solid #EFEFEF;
}
.table_forms th {
	background-color:#B7123E;
	color:#FFF;
	font-size:1.1em;
	padding:.2em;
	font-weight:bold;
}

.table_forms td {
	padding:2px 0;
}

.table_forms td.fcol {
	width:13em;
}
.table_forms td.note {
	color:#B7123E;
}

.table_newship th{
	background-color:#05376A;
	color:#FFF;
	padding:4px 6px;
}

.table_newship td {
	padding: 2px 6px;
}

#wrap {
	width:800px;
	display:block;
	margin:0 auto;
	position:relative;
	text-align:left;
}
