html {
	background-color: #231b19;
}

body {
	background-color: #231b19;
	color: #C1B1AC;
	font: 12px Arial, Helvetica, sans-serif;
}

#page-canvas {
	width: 980px;
	margin: 20px auto 0 auto;
}

em { font-style: italic; }

a {
	color: #d2d1d1;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

small {
	font-size: 90%;
}

strong {
	font-weight: bold;
}

.smallGreyText{
	color:#666666;
	font-size:90%;
}

.float-left  {  float: left;  }
.float-right {  float: right; }
.clear-left  {  clear: left;  }
.clear-right {  clear: right; }
.clear-both  {  clear: both;  }
.stdpad      {  padding: 15px  }
.stdpadv      {  padding: 15px 0;  }
.stdmar      {  margin: 15px   }
.posrel      { position: relative; }
.maxwidth	 { width: 100% }

a.stdlink,
a:link.stdlink { color: #FF711A; }
a:hover.stdlink { text-decoration: underline }

table.stdpad th,
table.stdpad td {
    padding: 2px 5px;
}
table th.first, table td.first {  padding-left: 15px;   }
table th.last, table td.last   {  padding-right: 15px;  }

/* Debugging helpers */
.black-border { border: 1px solid black; }
.blue-border  { border: 1px solid blue;  }
.red-border   { border: 1px solid red;   }


a.button-helper{
	width:30px;
	height:27px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(../images/button_helper.png);
	float:left;
}
a.button-helper:hover,
a.button-helper:active,
a.button-helper:focus{
	background-position:0 -28px;
}

#main .block-text p {
	margin-bottom:15px;
	line-height: 1.8;
	letter-spacing: 0.5px;
	color: #000000;
}

ul.bulletMenu{
	border-top:1px dotted #efefef;
}
ul.bulletMenu li{
	border-bottom:1px dotted #efefef;
}
ul.bulletMenu li a{
	display:block;
	padding:5px;
	padding-left:15px;
	color:#FF711A;
	background:transparent url(../images/orange-box.png) no-repeat scroll left center;
}
ul.bulletMenu li a:hover,
ul.bulletMenu li a:active,
ul.bulletMenu li a:focus{
	text-decoration:underline;
}

ul.bulletList{
}
ul.bulletList li{
	background:transparent url(../images/orange-bullet.png) no-repeat scroll left center;
	display:block;
	padding:5px;
	padding-left:15px;
}

/* #main */
#main {
    /*position: relative;*/
    /*background: url(../images/vertical-separator.gif) repeat-y scroll 0 0;*/
    /*left: -1px;*/
	float:left;
	min-height: 450px;
	width:750px;
}
#mainContentContainer.login #main{
}
div#mainContentContainer{
	background-image:url(../images/left-col-functional.gif);
	background-repeat:repeat-y;
	background-position:left;
}
div#mainContentContainer.functional{
	background-color:#FFFFFF;
}
div#mainContentContainer.functional #main{
	color:#5A5A5A;
}
div#mainContentContainer.functional #main a{
	color:#FF711A;
}
div#mainContentContainer.functional #main a:hover,
div#mainContentContainer.functional #main a:active,
div#mainContentContainer.functional #main a:focus{
	text-decoration:underline;
}

div#mainContentContainer .whole{
	background: #ffffff;
	color:#5A5A5A;
	float: left;
}

div.small-banner,
div#authBanner{
	background-color:#301B1A;
	border-bottom:2px solid #5A3921;
	height:103px;
	background-repeat:no-repeat;
	background-position:left bottom;
}
div.small-banner h2,
div.small-banner p{
	display:none;
}
div.large-banner{
	background-color:#301B1A;
	border-bottom:2px solid #5A3921;
	height:313px;
	background-repeat:no-repeat;
	background-position:left top;
}
div#authBanner .inner{
	margin-left:60px;
	margin-top:30px;
	float:left;
}
/* Login page.  */

.login-box {
	width:324px;
	float:left;
}

.login-box input {
	display: block;
	margin: 5px 0 1em 0;
}
#login-banner{
	height:450px;
	background-image:url(../images/banners/login.jpg);
	background-repeat:no-repeat;
	margin-right: 15px;
}
#login {
	padding-top:60px;
	width:300px;
	margin-left:25px;
}

#mainContentContainer table.error {
	width: 620px;
	clear: none;
}

#register {
	padding-top:60px;
	width:250px;
}

#register a {
	display: block;
	margin-top: 2em;
	text-align: center;
}

/* Modal Dialog */
#modal-dialog {
    border: 3px double #E7752F;
    background: black;
    position: absolute;
    z-index: 5;
}

/* Page header
*/

#page-header {
	background: url(../images/body-top.png) bottom no-repeat;
	padding-bottom: 15px;
	padding-right: 40px;
	font-size:8pt;
	float: left;
	width: 940px;
}

#page-header a {
	text-transform: uppercase;
	color:#B6B2B2;
}
#page-header a:hover,
#page-header a:active,
#page-header a:focus{
	color:#fff;
}

#page-logo {
	text-indent: -999em;
	width: 186px;
	height: 84px;
	background: url(../images/galler-logo.png) right no-repeat;
	float: left;
}

#page-logo a {
	width: 100%;
	height: 100%;
	display: block;
}

#page-header ul {
	text-align: right;
	margin-top: 1em;
}

#page-header ul li {
	display: inline;
	padding-left: 2em;
}

#page-header .user-line {
	float: right;
	margin-top: 10px;
}

#page-header .user-line .logout,
#page-header .user-line .account {
	float: left;
	margin-top: 8px;
	padding: 4px;
	margin-right: 15px;
}

#page-header .user-line .search {
	float: left;
	margin-top: 8px;
	line-height: 20px;
}

#page-header .user-line .search input {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.select-box {
    padding: 2px;
	font-size:12px;
}
#page-header .user-line .search .text-box {
	border: 0;
	color: #d2d1d1;
	height: 12px;
	background: #343434 url(../images/search-box.png);
	font-size: 8pt;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px;
	width:106px;
}

.text-area {
	width: 15em;
	height: 6em;
	background: #323232 url(../images/textarea.png) bottom repeat-x;
	color: #ffffff;
	border: 0;
}



/* Drop-down mini cart
*/

#mini-cart {
	color: #003868;
	margin: 8px 10px 0 0;
	float: left;
}

#mini-cart.active,
.cssanim #mini-cart:hover {
	background-color: #353535;
}

#mini-cart h2 {
	font-size: 100%;
	margin: 0;
	padding: 0 5px 0 20px;
	background: url(../images/basket.png) left no-repeat;
}

#mini-cart.active h2 a,
.cssanim #main-cart:hover h2 a {
	color: #ffffff;
}

#mini-cart .header {
	padding: 4px 4px 4px 4px;
}

#mini-cart.active .header h2 a,
.cssanim #mini-cart:hover .header h2 a {
    color: #ffffff;
}

#mini-cart .body {
	display: none;
	position: absolute;
	border: 1px solid #353535;
	background-color: #1C1B19;
	width: 220px;
	color: #ffffff;
	z-index: 4;
}

#mini-cart .body p {
	padding: 5px 10px;
}

#mini-cart .items {
	padding: 5px 10px 10px 10px;
	background-color: #1c1b19;
    font-size: 14px;
	color: #cccccc;
}

#mini-cart .items div {
	clear: both;
}

#mini-cart .items h3 {
	font-size: 100%;
	margin: 0 0 0 55px;
	padding: 2px 0;
	color: #ffffff;
	font-weight: normal;
}

#mini-cart .items .item {
	margin: 0;
	clear: left;
	overflow: auto;
	background: url(../images/mini-cart-bg.png) bottom no-repeat;
    padding: 5px 0;
	width: 100%;
}

#mini-cart .items .item img {
	width: 50px;
	height: 50px;
	margin-right: 4px;
	display: block;
	float: left;
}

#mini-cart .more {
	background-color: #353535;
	padding: 0 1ex;
}

#mini-cart .more a {
	display: block;
	width: 100%;
	text-align: right;
	text-decoration: none;
}

#mini-cart .more em {
	font-style: normal;
	font-size: 150%;
	font-weight: bold;
}

#mini-cart .more small {
	text-transform: none;
}

#mini-cart .body .total {
	padding: 5px 5px 5px 60px;
	overflow: auto;
	background-color: #353535;
	font-weight: bold;
    font-size: 120%;
}

#mini-cart .footer {
	text-align: center;
	padding: 10px 0;
	clear: both;
}
/*
#mini-cart .footer a {
	background-color: #353535;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	padding: 4px 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
}

#mini-cart .footer a:hover {
	background-color: #da4810;
}
*/
#mini-cart dl {
	margin: 0;
	padding: 0;
	font-size: 80%;
    letter-spacing: 1px;
}

#mini-cart dt {
	float: left;
	width: 15ex;
}

#mini-cart dd {
	text-align: right;
	margin-left: 55px;
}

#mini-cart .items .total dd {
	border: 0;
}

#mini-cart.active .body,
.cssanim #mini-cart:hover .body {
	display: block;
}


/* Page body
*/

.deep-padding {
    padding: 2em 2.5em;
}
.breadcrumb a {
	font-size: 10px;
    font-family: verdana, sans-serif;
    text-transform: none;
    color: #ab9a94;
}

.breadcrumb a:hover {
    text-decoration: underline
}
.breadcrumb a:visited {
    text-transform: none;
    color: white;
}

#page-body {
	background: url(../images/body-background.png) repeat-y;
	padding: 0 6px;
	float: left;
	width: 972px;
}


/* Main Menu
*/

#page-body .menu {
	text-align: center;
	margin: 0 auto;
}

#page-body .menu ul {
	float: left;
	padding: 5px 0 5px 0;
	position:relative;
	z-index:1;
}

#page-body .menu li {
	float: left;
	width: 120px;
	padding-bottom: 6px;
	margin: 2px 4px;
	text-align: center;
	background-image: url(../images/mainmenu-noarrow.png);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#page-body .menu li.active {
	background-image: url(../images/mainmenu-arrow.png);
}

#page-body .menu li:hover {
	z-index: 2;
}

#page-body .menu a {
	display: block;
	background: #231b19;
	padding: 5px;
	text-transform: uppercase;
	font-size:13px;
	padding-bottom:8px;
}

#page-body .menu ul ul {
	position: absolute;
	padding: 0;
	left: 0;
	top: 32px;
	display: none;
	background-color: #1C1B19;
	border: 1px solid #353535;
	color: #ffffff;
}

.cssanim #page-body .menu ul li:hover > ul {
	display: block;
}

#page-body .menu li a:hover {
	color: #ffffff;
}


#page-body .menu ul ul a {
	text-transform: none;
	background-color: #1C1B19;
	color: #eeeeee;
	padding-right: 30px;
	padding-left:15px;
	color:#D2D1D1;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-position: right;
	background-repeat: no-repeat;
}

#page-body .menu ul ul a:hover {
	background-color: #422E23;
}

#page-body .menu ul ul li:hover > a {
	background-color: #422E23;
}

#page-body .menu ul ul li {
	text-align: left;
	width: 140px;
	margin: 0;
	padding: 1px;
	border-top: 1px dotted #363534;
}

#page-body .menu ul ul li.first {
	border: 0;
}

#page-body .menu ul ul li.parent a {
	background-image: url(../images/menu-hover.png);
}

#page-body .menu ul ul li.leaf a {
	background-image: none;
}

#page-body .menu ul ul ul {
	left: 142px;
	top: -1px;
}

#page-body .menu .product-profile {
	margin: 5px;
	font-size: 90%;
	cursor: pointer;
	cursor: hand;
}

#page-body .menu .product-profile h3 {
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
	margin: 2px 0;
}

#page-body .menu .product-profile img {
	width: 130px;
	height: 130px;
	margin-bottom: 5px;
}

#page-body .menu .product-profile a {
	text-align: right;
	background: url(../images/menu-arrow.png) right no-repeat;
	margin-top: 5px;
}

#page-body .little-link-left {
	background: url(../images/orange-box.png) left no-repeat;
	padding-left: 15px;
	color: #FF711A;
	text-transform: none;
	letter-spacing: 1px;
	margin: 1em 2em 0 0;
}

#page-body a.little-link-left:hover {
	
	border-bottom:1px dotted #FF711A;
}

input.qty {
    width: 2em;
	text-align: center;
}

p {
    line-height: 1.5em;
}

h2 {
    color: #e97e3d;
    font: normal 18px Arial, Helvetica, sans-serif;
}

p.breadcrumb {
	font-size: 10px;
	clear: left;
    padding: 5px 22px 5px 24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*border-top:1px dotted #333230;*/
}

div.hr,
.border-top {
    background: top center url(../images/left-col-separator.gif) repeat-x;
}

div.hr {
    height: 1px;
}

.border-bottom {
    background: bottom center url(../images/left-col-separator.gif) repeat-x;
}

div.left-col {
    width: 222px;
    float: left;
   background: url(../images/vertical-separator.gif) right repeat-y;
}
div#mainContentContainer{
	float:left;
	width:972px;
}

.standard-padding {
    padding: 1em 2em;
}


div.left-col ul li {
    padding: 2px 2px 3px 2px;
}
div.left-col ul li {
    padding: 0;
}
div.left-col ul li span {
	display: block;
	background-color: #231b19;
	width: 100%;
}

div.left-col ul li.active span {
  background: 3px center url(../images/menu-item-active-mask.gif) no-repeat;
}
div.left-col ul li a {
	display: block;
	color: #ab9a94;
	text-decoration: none;
    padding: 5px 15px 5px 24px;
	background: bottom center url(../images/left-col-separator.gif) repeat-x;
	font-size:10pt;
}
div.left-col ul li.active a:hover {
	background-color: transparent;
}

div.left-col .site-nav {
	background-color: #e97e3d;
}

div.left-col input.text-box {
	background: url(../images/search-box.png) bottom no-repeat;
	border: 0;
	height: 14px;
	color: #ffffff;
	font-size: 10px;
	width: 100px;
}



div.left-col ul li a:hover {
	background-color: #422E23;
}

#main .header {
	text-indent: -999em;
	height: 102px;
	background-position: top;
	background-repeat: no-repeat;
}

#main.no-menu,
#main.text-content {
}

#main.no-menu {
	background-image: none;
	width: 972px;
}

#main.info-page {
	width: 50%;
	text-align: justify;
	padding: 2em;
}

#main.info-page p {
	margin: 10px 0;
}

#main.info-page ul {
	margin-left: 2em;
	list-style: square;
}

#main.info-page li {
	margin: 2px 0;
}

#main p {
	margin: 5px 0;
	margin-top:0;
}


/* Stardard forms
*/


.text-box,
textarea,
select {
	background: #ffffff;
	border: 1px solid #cccccc;
	font-size: 12px;
	height: auto;
	color: #000000;
	letter-spacing: 1px;
	padding: 4px;
}

select {
	padding: 2px;
}

.text-box {
	width: 20em;
}


/* Reusable Pods
*/

#pod-wishlist-search {
}

#pod-wishlist-search form {
	margin-top: 15px;
}

#pod-wishlist-search input {
	margin-top: 5px;
}

/* Form elements
 */

form input.stdtxt {
    background: #343434 url(../images/search-box.png) repeat scroll 0 0;
    border: none;
    color: #d2d1d1;
    font-size: 10px;
    height: 12px;
    padding: 4px;
}

form input.no-gaps {
    margin: 0;
    float: left;
}
/* Form validation error
*/
table.error {
	margin: 15px;
	padding-bottom: 5px;
	border-top: 2px solid #ff9605;
	border-bottom: 1px solid #8d580f;
	clear: left;
}

table.error strong {
	line-height: 14px;
	font-size: 12px;
}

table.error img {
	vertical-align: bottom;
}

table.error ol {
	margin: 0 2em;
}

table.error li {
	list-style: square;
	margin: 5px;
}

table.std {
    width: 100%;
	margin-top: 20px;
    border-top: #5a3921 2px solid;
	border-collapse: collapse;
}
table.std th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}


/* Flash message
*/

.flash-message {
	margin: 15px;
	padding: 10px;
	border: 1px solid #8d580f;
	background-color: #161514;
}

.flash-message-light {
	margin: 10px 10px 30px 10px;
	padding: 5px 10px;
	border-left: 1px solid #ff711a;
	color: #000000;
}

.flash-message-light h3 {
	font-size: 120%;
	margin-bottom: 10px;
}


/* Page footer
*/
#page-footer {
	color: #787776;
	font-size: 80%;
	background: url(../images/body-bottom.png) top no-repeat;
	clear: both;
	clear:both;
	width:984px;
	float:left;
}
#page-footer div{
	padding:0;
	margin:20px;
	display:inline;
}

#page-footer .left {
	float: left;
}
#page-footer .azexis{
	float:right;
}

#page-footer a {
	color: #a25723;
	text-decoration: none;
	text-transform: none;
}

#page-footer a:hover {
	color: #ed7f33;
}

#page-footer .copyrights em {
	font-weight: bold;
	font-style: normal;
}

#page-footer .left a {
	padding: 0 1em;
	border-left: 1px dotted #525252;
}

#page-footer .left .link-first {
	padding: 0 1em 0 0;
	border: 0;
}

#page-footer .azexis {
	text-align: right;
}

#page-footer .azexis a {
	background: url(../images/azexis-logo.png) right no-repeat;
	line-height: 30px;
	padding: 10px 25px 10px 0;
}

/*
	Banners
*/
#banner-basket{
	background-image:url(../images/banners/basket_150.jpg);
}

#banner-shipping{
	background-image:url(../images/banners/shipping.jpg);
}
#banner-voucher-email{
	background-image:url(../images/banners/voucherEmail.jpg);
}
#banner-summary{
	background-image:url(../images/banners/summary.jpg);
}
#banner-payment{
	background-image:url(../images/banners/payment.jpg);
}
#banner-complete{
	background-image:url(../images/banners/complete.jpg);
}
#banner-gift{
	background-image:url(../images/banners/giftOptions.jpg);
}
#banner-unsubscribe{
	background-image:url(../images/banners/unsubscribe.jpg);
}


/* Orde complete page
*/

.complete-page h3 {
	margin-top: 20px;
	font-weight: bold;
}


.postage-description {
	width: 20em;
}

div.more-info {
	display: none;
	top: 27px;
	position: absolute;
	width: 234px;
	background: url(../images/msgbox-bot-cap.png) bottom no-repeat #eee;
	z-index: 10;
}
div.more-info .inner {
	margin-top: -5px;
	padding: 5px 0;
	background: url(../images/msgbox-top-cap.png) top no-repeat transparent;
}
div.more-info .inner div {
	width: 211px;
	padding: 10px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
div.more-info .inner h4 {
	padding-top: 10px;
	font-weight: bold;
}

div.gift {
	display: block;
	float: right;
	padding-right: 10px;
	width: 20px;

}
