﻿/***************************/
/* reset default elements  */
/***************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/***************************/
/* end reset               */
/***************************/


/***************************/
/* Default settings        */
/***************************/
body
{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #a17c4d
}

h2
{
	font-size: 18px;
}

/* Removes indent for all unordered lists */
ul {
    padding-left:1em;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    list-style-type: disc;
}

.CheckBox
{
	margin : 0 5px 0 0;
}

.RadioButton input
{
	margin : 5px 5px 0 5px;
}

a
{
	font-family: Arial;
	color: #a17c4d;
	text-decoration: none;
	font-size:12px;
}

a:hover
{
	color: #432500;
}
/***************************/
/* End Default settings    */
/***************************/

/************************/
/* DefaultTemplate      */
/************************/
#top
{
	height: 48px;
	width: 100%;
	background-position: bottom;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url("../../Images/guess/template/tileTopBorder.gif"/*tpa=http://shop.guess.com/Images/guess/template/tileTopBorder.gif*/);
}

#middle
{
	float: left;
	width: 100%; 
	background-color: #371F08; 
	background-position: bottom; 
    background-attachment: scroll; 
    background-repeat: repeat-x;
}

#bottom
{
	float: left;
	height: auto;
	width: 100%;
	background-position: top;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url("../../Images/guess/template/tileBottomBorder.gif"/*tpa=http://shop.guess.com/Images/guess/template/tileBottomBorder.gif*/);
}

#Header
{
	width: 815px;
	height: 28px;
	padding-top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
}

#HeaderContainer
{
	float: right; 
	width: 320px; 
	margin-top: 12px;
}

#TopNav
{
	clear: left;
	float: left;
	padding: 3px 0 0 14px;
	width: 275px;
}

#Search
{
	float: right; 
	height: 25px; 
	margin-top: 5px;
}

.SearchTextbox
{
font-size:11px;
height:13px;
padding: 2px 0 0 0;
width:115px;
}

#Content
{
	height: auto;
	width: 815px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#BottomNav
{
	width: 815px;
	height: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#BottomNav a 
{
	/*margin: 0 12px;*/
}

#Copyright
{
	width: 370px; 
	margin: 0 auto;
	font-size: 90%;
}

#Copyright a
{
	text-decoration: underline;
}

#HackerSafeLogo
{
	width: 815px; 
	margin: 0 auto;
	text-align: right;
	margin-top: 3px;
}
/************************/
/* End DefaultTemplate  */
/************************/

/**************************/
/* SideNav                */
/**************************/
#sideNav
{
	float: left;
	width: 132px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 16px;
}

.SideNavDiv
{
	padding-top: 2px;
	width: 132px;
}

.SideNavHeader
{
	font-weight: bold;
	color: #432500;
}

.topLevel 
{
	margin: 1px 0 1px 10px;
	display: block;
}

.topLevelOn
{
	margin: 1px 0 1px 10px;
	font-weight: bold;
	color: #432500;
	display: block;
}

.bottomLevel
{
	margin: 1px 0 1px 20px;
	display: block;
}

#rightContent
{
	float: right;
	width: 667px;
}

.MainContent
{
	background-color: #E0E0B4;
	width: 815px;
	float: left;
}


/*-----------------------------*/
/* Error Message Color         */
/*-----------------------------*/
.Error
{
    color: #FF0000;
}

/*************************/
/* Product User Control  */
/*************************/
.Product
{
	height: 220px;
	width: 155px;
	vertical-align: top;
}


.Product ul
{
	list-style-type: none;
	width: 155px;
	margin-left: 0;
	padding-left: 0;
}

.ProductBorder
{
    border: solid 1px #d2d2d2;
    height: 155px;
    width: 115px;
}
/******************************/
/* End Product User Control   */
/******************************/

.ddlists 
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	font-variant: normal;
}

/******************************************/
/* CustomerCare, MyAccount, Register page */
/******************************************/
.RegisterInfoNext {margin: 5px 0 0 260px;}
.RegisterPrefPrev {margin: 5px 0 0 160px;}
.RegisterPrefNext {margin: 5px 0 0 10px;}
.RegisterLoginSubmit {margin: 5px 10px 0 10px; float:left; text-align:left}
.RightSideImage
{
	float: right;
	clear: left;
}

.LSContent
{
	width: 319px;
	padding: 28px 17px 0px 17px;
	color: #ab8554;
	float:left;
}
.LSContent a
{
	color: #ab8554;
}
.LSContent a:hover
{
	color: #432500;
}
.LSPageTitle
{
	color: #432500;
	font-size: 23px;
	float: left;
	padding: 0px 0px 12px 0px;
	width: 100%;
	font-weight: normal;
}

.LSTitle
{
	color: #ab8554;
	font-weight: bold;
	text-transform: uppercase;
	float:left;
	width: 100%;
}
.LSHorizontalRule
{
	height: 1px;
	width: 100%;
	float: left;
	margin: 25px 0px 25px 0px;
	border-bottom: solid 1px #ded1c1;
}
.LSLeftLabel
{
	font-weight: bold;
	text-align: right;
	float: left;
	width: 80px;
	padding: 4px 10px 6px 0px;
}
.LSLabelFormat
{
    color: #432500;
    position: relative;
    top: 4px;
    width:180px;
    min-width:180px;
    text-align:left;   
}
.LSFormTopMargin
{float:left;margin-top:3px;display:block; width:100%;}
/**********************************************/
/* End CustomerCare, MyAccount, Register page */
/**********************************************/

/*******************/
/*   Modal Popup   */
/*******************/
.modalBackground {
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup 
{
	background-color: #FFF;
	border-width: 4px;
	border-style: solid;
	border-color: #ab8554;
	width: 200px;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	padding: 15px 15px;
}

.ModalFont
{
    font-size: x-small;
 	font-family: arial;
    color: #ab8554;
}

.ModalPopupDiv
{
	width: 190px; 
	margin: 12px auto;
}

.PanelModalGiftCardBackground
{
	background-color: #FFF;
	border-width: 4px;
	border-style: solid;
	border-color: #ab8554;
	width: 220px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	font-size: x-small;
 	font-family: Verdana;
    color: #ab8554;
    padding: 10px 10px;
}
/*********************/
/* End Modal Popup   */
/*********************/

/*********************/
/*  ProductListing  */
/*********************/
.BreadCrumb
{
	width: 500px;
	text-align: left;
	float: left;
	margin: 3px 0 0 15px;
}
/***********************/
/* End ProductListing  */
/***********************/

/*******************************/
/* Shopping bag and checkout   */
/*******************************/
.ShopNavOn
{
	color: #432500;
	font-size: 22px;
}

.ShopNavOff
{
	color: #ddcebb;
	font-size: 22px;
}

.ShoppingBagItem
{
	 font-size: 90%;
}

.Checkout {color: #666666;}

.Checkout a {color: #666666;}

.Checkout a:hover {color: #000000;}

.CheckoutHeaders
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: lowercase;
	color: #000000;
}

.ThankYou
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.LeftLabelCheckout
{
	font-weight: bold;
	text-align: right;
	float: left;
	width: 80px;
	padding: 6px 10px 6px 0px;
}

.LeftLabelCheckoutNotBold
{
	text-align: right;
	float: left;
	width: 80px;
	padding: 6px 10px 6px 0px;
}
.Initial_form_labels
{
    margin-top: 5px;
    height: 21px;
}

/*-----------------------------*/
/* Payment tabs                */
/*-----------------------------*/
.tabContents
{
    padding: 10px;
    background-color: #f7f3ea;
}

.FinalHeader
{
	font-weight: bold;
	color: #432500;
}


/* Hides from IE5-mac \*/
.fix {display: block;}
/* End hide from IE5-mac */


.ProductListingTopBanner
{
	text-align: right;
}

/*.ProductListingTopBanner img
{
	margin: 5px 5px 0 0;
}*/
