/****************************************************
Created By: Charley Ruggiero
Layout CSS File 
****************************************************/

/***************************************************/
/************ SITE LAYOUT AND DESIGN ***************/
/***************************************************/
/* STANDARD TAGS */ 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
}
p {
	margin:10px;
}
img {
	border:none;
}
a {
	outline-style:none;
}
a:link, a:visited {
	color:#9d5433;
	text-decoration:underline;
}
a:hover, a:focus, a:active {
	color:#9d5433;
	text-decoration:none;
	outline:none;
}
#wrapper {
	position:relative;
	width:770px;
	margin:0 auto;
	border:#1D1D1D solid;
	border-width:0px 3px 3px 3px;
	background:#9A9776;
}
/* HEADER */ 
#header {
	position:relative;
	width:100%;
	height:140px;
	margin:0;
	background:url(/img/bagnbaggage_header1.jpg) no-repeat;
}
h1 {
	margin:0;
	padding:0;
	position:absolute;
	float:left;
	left:-9999px;
}
#logo a {
	width:188px;
	height:100px;
	display:block;
}
#slideShow {
	float: right;
}
#subNav {
	position:relative;
	top:-2px;
	right:0px;
	font-size:.7em;
	width:600px;
	float:right;
}
#subNav li {
	float:right;
	list-style:none;
	padding:0 5px;
	border-right:1px solid #8d8d47;
}
#subNav a {
	border:1px solid #8d8d47;
	color:#ffffff;
	padding:0px 8px;
	text-decoration:none;
}
#subNav a:hover {
	background-color: #eeeeee;
	color: #8d8d47;
}
#subNav ul li a {
	display:block;
}
#secondaryNav {
	position:absolute;
	right:0px;
	top:50px;
	width:208px;
}
#secondaryNav li {
	float:left;
	margin:0 15px;
	list-style:none;
	font-size:1.2em;
}
#secondaryNav a {
	text-decoration:none;
}
#secondaryNav a:hover {
	text-decoration:underline;
}
#mainNav {
	width:100%;
	background-color:#999999;
}
#mainNav ul {
	padding:5px;
	margin:0 0 0 15px;
}
#mainNav li {
	list-style:none;
}
#searchwrapper {
	background: url(/img/search_bg.gif) no-repeat center top;
	padding-top: 8px 15px 10px 18px;
	height: 70px;
}
#searchButtonHolder, input.searchButton, input.searchBox {
	float:left;
	margin:20px 0px 0px 15px;
}
input.searchBox {
	color: #252525;
	height: 17px;
	width: 110px;
}
input.searchButton {
	margin:-5px 0px 0px -4px;
	background:url(/img/searchglass.gif) no-repeat;
	width:40px;
	height:40px;
}
#submitbutton {
}
#container #submitbutton {
	color:#fff;
	text-decoration:none;
	display:block;
	text-align:center;
	background:#2C2C2C;
	padding:6px;
	width:90%;
	margin:3px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#featured {
	margin-top:10px;
}
#featured .mainCatalogProductImage img {
	max-width:100px;
	max-height:100px;
}
#featured .mainCatalogProduct, #featured .mainCatalogProductLast {
	width:150px;
	text-align:center;
}
#blog {
	width:100%;
	text-align:right;
	border:1px solid #9d5433;
	margin:5px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#blog img {
	margin-right:2px;
}
#contentinterior {
	border:1px solid #918E6F;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:5px;
	width:550px;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}
#address {
	width:90%;
	margin:0 auto;
}
#address img {
	margin-right:5px;
}
#container .categoryList, #container #subCats {
	background-image: url(/img/nav_bg.jpg);
	min-height:300px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	margin:0;
	float:left;
	padding-left: 12px;
}
#container #subCats {
	min-height:0px;
	border-bottom:1px dotted #CFBEB7;
}
#container .categoryList li, #container #subCats li {
	list-style:none;
	background: url(/img/bullet.gif) no-repeat left center;
	padding:1px 3px 7px 17px;
}
#container .categoryList li ul li, #container #subCats li ul li {
	list-style:none;
	background:none;
	padding:3px 3px 6px 10px;
}
#container .categoryList a, #container #subCats a {
	font-weight: bold;
	font-size: 14px;
	color: #cccccc;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
#container .categoryList li ul, #container #subCats li ul {
	background:#161719;
	width:auto;
	z-index:100000;
}
#container .categoryList li ul li a, #container #subCats li ul li a {
	font-size:12px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
#container .categoryList a:hover, #container #subCats a:hover {
	font-weight: bold;
	font-size: 14px;
	color: #a1604a;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
#container .categoryList li ul li a:hover, #container #subCats li ul li a:hover {
	font-size:12px;
	color:#fff;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}
#catBreadcrumbs {
	font-size:10px;
}
#SubCatHeader {
	color:#fff;
	font-weight:bold;
}
.categoryList, .categoryList ul, #subCats, #container #subCats ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 14em;
}
.categoryList li, #container #subCats li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 14em;
}
.categoryList li ul, #container #subCats li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.55em;
}
.categoryList li ul ul, #container #subCats li ul ul { /* third-and-above-level lists */
	left: -999em;
}
.categoryList li a, #container #subCats li a {
	width: 14em;
	w\idth : 10em;
	display : block;
	font-weight : bold;
	text-decoration : none;
	padding : 0 0.5em;
}
.categoryList li a:hover {
}
.categoryList li:hover ul ul, .categoryList li:hover ul ul ul, .categoryList li.sfhover ul ul, .categoryList li.sfhover ul ul ul {
	left: -999em;
}
.categoryList li:hover ul, .categoryList li li:hover ul, .categoryList li li li:hover ul, .categoryList li.sfhover ul, .categoryList li li.sfhover ul, .categoryList li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* CONTAINER */ 
#container {
	width:100%;
	min-height:500px;
	margin:0;
	background:#9A9776;
}
#container a {
	color:#918E6F;
	text-decoration:underline;
}
#container a:hover {
	color:#918E6F;
	text-decoration:none;
}
#content {
	float:left;
	min-height:500px;
	width:560px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666633;
	background: url(/img/content_bg.jpg) #ffffff repeat-x left top;
	padding: 0px 5px 5px 5px;
}
#contentLeft {
	float:left;
	width:200px;
	min-height:500px;
	margin:0;
	padding-bottom:5px;
	background:url(/img/lefttd_bg.jpg) repeat-x #9A9776;
	position:relative;
	z-index:100000;
}
#signInContent {
    border: 1px solid #808080;
    float: left;
    margin: 0 auto;
    width: 550px;
}
#createAccountWrapper {
    float: left;
    margin: 0 auto 20px;
    width: 550px;
}
#createAccountHeader {
    background: url("/tl_images/store-logic/checkout/tab_header_bg.jpg") repeat-x scroll left top transparent;
    border: 1px solid #808080;
    color: #000000;
    height: 29px;
    width: 550px;
}
#createAccountContent {
    border: 1px solid #808080;
    float: left;
    margin: 0 auto;
    width: 550px;
}
#signInHeader {
    background: url("/tl_images/store-logic/checkout/tab_header_bg.jpg") repeat-x scroll left top transparent;
    border: 1px solid #808080;
    color: #000000;
    height: 29px;
    width: 550px;
}
#signInContent {
    border: 1px solid #808080;
    float: left;
    margin: 0 auto;
    width: 550px;
}
#signInWrapper {
    float: left;
    margin: 0 auto 20px 0;
    width: 550px;
}
/* FOOTER */ 
#footer {
	clear:both;
	width:770px;
	padding:0px;
	height:86px;
	border:3px solid #1D1D1D;
	margin:0px auto 20px auto;
	background:#1D1D1D;
	font-size:10px;
}
#footerLinks {
	clear:both;
	text-align:center;
	width:760px;
}
#footerLinks li {
	list-style:none;
	display:inline;
}
#footerLinks a {
	color:#fff;
}
#footerLogo {
	float:left;
	width:200px;
}
#footerLinks .categoryList li a {
	display:inline;
	color:#CCCCCC;
	text-decoration:underline;
	border-right:1px solid #fff;
}
#footerLinks .categoryList li {
	float:none;
	width:auto;
	line-height:15px;
}
#footerLinks .categoryList, #footerLinks .categoryList ul {
	width:100%;
	text-align:center;
}
/* STORE */
#productInfoImage {
	float:left;
	width:200px;
}
#mainImage {
	border:1px solid #918E6F;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#productInfoWrapper {
	float:right;
	width:265px;
	margin-right:30px;
}
#productAdditionalImages {
	width:200px;
}
#productInfoSection {
	width:265px;
	overflow-y:scroll;
	height:250px;
	border:1px solid #918E6F;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top:0px;
}
#orderWrapper {
	clear:both;
	width:500px;
	margin:15px 0px 0px -250px;
	background:#F1F1F1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#productAdditionalImages img {
	max-height:43px;
	margin-bottom:5px;
	border:1px solid #918E6F;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#container .shadetabs li a {
	background:#F1F1F1;
	text-decoration:none;
	color:#4F4F4F;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	border:1px solid #333333;
	border-bottom:none;
}
#container .shadetabs li a.selected {
	background:none;
	background:#fff;
	color:#070707;
	border-bottom:#fff solid 1px;
}
.tabcontent {
	padding:10px;
}
.catalogProduct, .catalogProductLast {
	width:172px;
	padding-left:0px;
	margin-left:0px;
}
/* SITE CREATED BY LINKS */
#delawarelink {
	font-size:10px;
	width:100%;
	text-align:center;
	clear:both;
	margin:0px;
}
#delawarelink a:link, #delawarelink a:visited, #delawarelink a:hover, #delawarelink a:active {
	text-decoration:none;
	color:#fff;
}
/*******************************************************/
/***************** CMS STYLE OVERRIDES *****************/
/*******************************************************/
#treePageListWrapper {
	width:200px;
}
#treePageDetailsWrapper {
	width:600px;
}
/*******************************************************/
/******** CSS BELOW SHOULD NOT NEED MODIFICATION *******/
/*******************************************************/
/* DEV MODE */
#devmode {
	background-color:#999999;
	color:#FFFFFF;
	font-size:.8em;
	font-weight:bold;
	width:100%;
	text-align:center;
	position:fixed;
	bottom:0;
	left:0;
	padding:1px;
	margin:0px;
	cursor:pointer;
}
/* CSS HACKS */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	clear:both;
	display: inline-block;
}
/* HIDES FROM IE-MAC \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* END HIDE FROM IE-MAC */

