/*
	PrestaShop CSS
	18 used colors: 
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00
*/

* {
	padding: 0;
	margin: 0
}
/* RESET */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

body {
	font-family:"Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:12px;
	background:#005580 url(../img/style/bg/glossy-blue.png) no-repeat scroll center top;
	background-position:center top;
	background-repeat:no-repeat;
	color:#474747;
	font-family:Arial,Helevtica,Verdana,san-serif;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	text-align:center;
}

/* Useful */
.align_center { text-align: center }
.align_right { text-align: right }
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.hidden, .collapsed, .block_hidden_only_for_screen { display: none }
.wrap { white-space: normal }
.bold { font-weight: bold }
.strike { text-decoration: line-through }
.italic { font-style: italic }
.top { vertical-align: top }
.span_link { cursor: pointer }
.span_link:hover { text-decoration: underline }
.clear { clear: both }
br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0
}
noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray }
/* new clearfix */
.clearfix:after { 
	clear: both; 
	display: block; 
	height: 0; 
	font-size: 0; 
	visibility: hidden; 
	content: "."; 
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }

/* Footer links */
.footer_links {
	list-style-type: none;
	clear: both;
	height: 2em;
	margin-top: 2em
}
.footer_links li {
	float: left;
	margin-right: 2em;
	height: 2em
}
.footer_links a { text-decoration: none }
.footer_links a:hover { color: black }
.footer_links img.icon { vertical-align: -2px }

/* transfert effect*/
.transferProduct { border: 2px solid #888 }

/* simple list inline */
.inline_list { list-style-type: none; margin-top: 1em }
.inline_list li { float: left; text-align: center }
.inline_list img { display: block }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background: url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 3px
}
ul.tree, ul.tree ul { list-style-type: none }
ul.tree li {
	padding-left: 1.2em;
	border-left: 1px gray dotted;
	background: url(../img/sitemap-horizontal.png) no-repeat left 10px;
	margin-left: 1em
}
ul.tree a { padding-left: 0.2em }
ul.tree a.selected { font-weight: bold }
ul.tree li.last {
	background: url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border: none
}
span.grower { cursor: pointer }

/* Tabs */
.idTabs {
	list-style-type: none;
	border-bottom: solid 1px #76839b;
	height: 21px;
	margin-top: 1em
}
ul.idTabs li {
	float: left;
	margin-right: 1px
}
.idTabs a {
	background-image: url('../img/tab_bg.jpg');
	display: block;
	width: 173px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	color: #374853
}
.idTabs .selected {
	background-image: url('../img/tab_bg_selected.jpg');
	color: white
}

/* IdTabs Short*/
.idTabsShort a {
	background-image: url('../img/tab_bg_short.jpg');
	width: 138px
}
.idTabsShort .selected {
	background-image: url('../img/tab_bg_selected_short.jpg');
	color: white
}
div.sheets {
	clear: both;
	padding: 1em
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em 
}

/* global style */
a {
	color: #1974b3;
	text-decoration: underline;
	outline: none
}
a:hover { text-decoration: none }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {color:#374853;
font-size:35px;
font-weight:normal;
line-height:120%;
margin:0.5em 0;
}
h1 span {
	font-size: 0.5em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h2 {
	font-size: 25px;
	line-height: 1.6em;
	padding-left: 0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	height: 21px
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h3 { font-size: 1.1em; margin: 1em 0 }
h4 { font-size: 1em }

/* global layout */
#page {
	width: 962px;
	margin:auto;
	text-align:left;
}
#header {
	overflow:hidden;
}
#header_logo {
	float: left;
	width: 264px;
	display:block
}
img.logo {
	float: left;
	margin-top: 0.5em;
	font-size: 2em;
	font-weight: bold
}
#header_right {
	float: left;
	margin-bottom: 15px;
	width: 72%;
	text-align: right
}
#left_column, #center_column, #right_column { float: left }
#left_column {
	clear: left;
	width: 191px;
	margin-right: 10px;
	overflow: hidden
}
#center_column {
	width: 745px;
	margin: 10px 10px 30px;
	overflow: hidden
}
#authentication #center_column, #order #center_column, #payment #center_column, #guest-order #center_column {width: 745px}
#old_center_column { display: none }

.ac_results_instant {
	display: none;
	visibility: hidden
}
#instant_search_results a.close {
	background: url("../img/nav-logout.gif") no-repeat scroll right 2px transparent;
	float: right;
	margin-right: 7px;
	padding-right: 21px;
	text-transform: none
}
#right_column {
	width: 191px;
	overflow: hidden;
	margin-top:5px;
}

/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: white;
	color: black
}
body.mceContentBody {
	margin: 9px 6px;
	width: 556px
}
.rte html,.rte div,.rte span,.rte applet,.rte object,.rte iframe,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte p,.rte blockquote,.rte pre,.rte a,.rte abbr,.rte acronym,.rte address,.rte big,.rte cite,.rte code,.rte del, .rte dfn, .rte em,.rte font,.rte img,.rte ins,.rte kbd,.rte q,.rte s,.rte samp,.rte small,.rte strike,.rte strong,.rte sub,.rte sup,.rte tt,.rte var,.rte dl,.rte dt,.rte dd,.rte ol,.rte ul,.rte li,.rte fieldset,.rte form,.rte label,.rte legend,.rte table,.rte caption,.rte tbody,.rte tfoot,.rte thead,.rte tr, .rte th,.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre, .mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code, .mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp, .mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var, .mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li, .mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend, .mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,
 .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853
}
.rte h1,
 .mceContentBody h1 {
	font-size: 25px;
	font-weight: bold
}
.rte h2,
 .mceContentBody h2 {
	font-size: 20px;
	background: none;
	text-transform: none;
	height: auto
}
.rte h3, .mceContentBody h3 { font-size: 16px }
.rte h4, .mceContentBody h4 { font-size: 14px }
.rte h5,.mceContentBody h5 { font-size: 12px }
.rte h6, div.rte h6 { font-size: 8px }
.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em }
.rte ul, .mceContentBody ul {
	list-style-type: square;
	margin-left: 10px
}
.rte strong, .mceContentBody strong { font-weight: bold }
.rte em, .mceContentBody em { font-style: italic }

/* tables still need 'cellspacing="0"' in the markup */
.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width: auto
}
.rte caption, .rte th, .rte td, .rte table,
 .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background: none;
	height: inherit;
	border: 1px #e5e6e7 solid;
	text-align: center
}
.rte th, .mceContentBody th {
	padding-left: 1em;
	padding-right: 1em;
	background: #e5e6e7
}
#center_column .rte p, 
 .mceContentBody p { padding-left: 0; margin: 0.5em 0 }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
} 

/* /global RTE fields */

/* global table style */
div.table_block {
	background: transparent url('../img/table_footer.gif') no-repeat bottom left;
	padding-bottom: 6px;
	margin: 0 auto 2em;
	width: 100%
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%
}
/*class table.std */
.std td,.std th { padding: 0.4em 0.5em }
.std th { white-space: nowrap }
.std tr.item td,.std .item th { background-color: white }
.std tr.alternate_item td,
.std tr.alternate_item th { background-color: #f1f2f4 }
.std tbody td,.std tfoot td { border-top: 1px solid #bdc2c9 }
.std thead th {
	background-color: transparent;
	background-image: url('../img/table_header.gif');
	background-repeat: no-repeat;
	height: 24px;
	color: #374853;
	font-weight: bold;
	text-align: left;
	white-space: nowrap
}
.std th.first_item { background-position: top left }
.std th.last_item { background-position: top right }
.std th.item { background-position: -5px 0 }
.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap
}

/* /global table style */

/* global form style */
form.std { clear: both }
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	margin-bottom: 1em;
	padding-bottom: 1em
}
form.std legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%
}
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	outline: none
}
input, textarea, select { border: 1px solid #bdc2c9 }
input.text {
	height: 18px;
	padding-left: 2px;
	padding-right: 2px
}
.checkbox input, .radio input { border: none }
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left
}
.required sup { color: #da0f00 }
form.std p.checkbox { padding-left: 30% }
form.std p.submit {
	padding-left: 31%!important;
	margin-bottom: 1.5em
}
#center_column form.std p.submit2 {
	padding-left: 170px;
	margin-bottom: 1.5em
}

/* START OF BUTTONS SECTION
 * -tags: input, a, span
 * -sizes: mini, small, normal, large
 * -types: button, exlusive
 * -status: normal, hover, disabled
 * -rule: the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color: black!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px
}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom: 2px
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	background-position: left -36px;
	cursor: default;
	color: #888!important
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	color: white!important
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color: #488c40!important
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -18px
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color: white!important
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../img/button-mini.png')
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
	background-image: url('../img/button-small.png')
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
	background-image: url('../img/button-medium.png')
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
	width: 180px;
	background-image: url('../img/button-large.png')
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.png') }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif') }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif') }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-image: url('../img/button-large_exclusive.gif') }

/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display: none }

/* generic style */
ul.bullet li, .block ul.bullet li, li.bullet {
	padding-left: 2em;
	background: transparent url('../img/bullet.gif') no-repeat 6px 6px;
	list-style-type: none
}

.price-discount { text-decoration: line-through }
.price-pretax { color: gray }
.price-ecotax { color: #488c40 }
img.icon { margin-right: 0.5em; vertical-align: middle }
.weight-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.volume-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.unity-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.price, .price-shipping, .price-wrapping {
	color: #da0f00;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap
}

/* errors */
.error {
	width: 90%;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em
}
.error p { font-weight: bold }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em
}

/* warning */
.warning {
	color: black;
	font-size: 1.2em;
	background-color: #F8E1A0;
	border: 1px dashed #F9E400;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em
}
.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em
}
.success_inline {
	color: green;
	font-weight: bold
}

/* breadcrumb.tpl */
.breadcrumb {
	font-size: 1em;
	color: #888
}
.breadcrumb .navigation-pipe { padding: 0 0.6em }
.breadcrumb a {
	text-decoration: none;
	color: #5d717e
}
.breadcrumb a:hover { text-decoration: underline }

/* pagination.tpl */
div.pagination { padding: 1em 0 }
ul.pagination {
	list-style: none;
	float: left
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #374853
}
ul.pagination a, ul.pagination span {
	border: 1px solid #888;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right
}
ul.pagination a { text-decoration: none }
ul.pagination .current span {
	background-color: #595a5e;
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
	border: 1px solid #595a5e
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background-image: url('../img/pagination-prevnext-bg.gif');
	border: none;
	line-height: 19px;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0 1px
}
#pagination_previous {
	background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;
	padding-left: 6px
}
#pagination_previous a, #pagination_previous span { border-left: none }
#pagination_next {
	background: transparent url('../img/pagination-next-border.gif') no-repeat top right;
	padding-right: 6px
}
#pagination_next a, #pagination_next span { border-right: none }
li.disabled span {
	color: #888;
	background-color: #f1f2f4
}
form.pagination { text-align: right }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float: right;
	margin-left: 0.3em
}
form.pagination select { float: right }
form.pagination select option {
	font-size: 0.9em;
	padding-right: 1em
}
form.pagination input { float: right }

/* steps (like order step) */
ul.step {
	background: transparent url('../img/step_start.gif') no-repeat bottom left;
	list-style: none;
	margin: 0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width: 465px
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('../img/step_standard.gif') no-repeat bottom left
}
ul.step li.step_current {
	background: transparent url('../img/step_current.gif') no-repeat bottom left;
	font-weight: bold
}
ul.step li.step_todo { font-style: italic }
ul.step li#step_end { width: 40px }
ul.step li#step_end { background: transparent url('../img/step_end.gif') no-repeat bottom left }
ul.step li#step_end.step_current { background: transparent url('../img/step_end_current.gif') no-repeat bottom left }
ul#order_step { background-color: white }

/* product-sort.tpl */
#productsSortForm p {
	height: 1em;
	margin: 0.5em 0 0 0
}
#productsSortForm label, #productsSortForm select { float: right }
#productsSortForm select { font-size: 1em }

/* Header */
#header_right ul { list-style: none }
#header_right form {
	border: none;
	margin-bottom: 0!important;
	display: inline
}
#header_right label {
	margin: 0;
	float: none
}

/* Footer */
#footer {
	border-top: 1px solid #d0d3d8;
	padding: 0.5em 0;
	clear: both
}

/* Default block style */
div.block {
	margin-bottom: 1em;
	width: 191px
}
#left_column div.block,
 #right_column div.block {
	padding-bottom: 5px;
}
div.block h4 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 0.5em;
	padding-top: 6px;
	line-height: 1.3em;
	height: 19px;
}
div.block h4 a {  }
div.block ul { list-style: none }
div.block ul.tree li { padding-left: 1.2em }
div.block a:hover { text-decoration: underline }
#left_column div.block .block_content a.button_large,
 #right_column div.block .block_content a.button_large { margin: 0 0 0 -3px }
div.block .block_content {
	padding: 0 0.7em;
	min-height: 16px
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside
}
div.block a {
	color: #595a5e;
	text-decoration: none
}

/* block exclusive */
#cart_block div.exclusive {
	background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left
}
#cart_block.block { }
 #cart_block  h4 {
	background: transparent url('../img/block_header_exclusive_cart.png') no-repeat top left;
	color: white;text-align:left;
	
}
 #cart_block  h4 a {color: white}
div.exclusive li { margin-top: 0 }
 #cart_block  div.exclusive a { color: white }
 #cart_block  .block_content {margin:0;
padding:0;
}
#cart_block h4 span {
	text-transform: none;
	font-size: 0.8em;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px
}
#cart_block h4 span#block_cart_collapse { background-image: url('../img/icon/sort_asc_white.png') }
#cart_block h4 span#block_cart_expand { background-image: url('../img/icon/sort_desc_white.png') }
#cart_block #cart_block_no_products { margin: 0.5em 0 }
#cart_block dl dt a,
 #cart_block dl dt span.quantity-formated { float: left }
#cart_block dl { font-size: 0.9em }
#cart_block dl dd a { font-size: 0.7em }
#cart_block dl dt a { font-size: 0.9em }
#cart_block dt { padding-top: 0.4em }
#cart_block dl span.quantity-formated { padding-right: 1px }
#cart_block dt, #cart_block dd {
	clear: both;
	margin-top: 0.2em
}
#cart_block dt { 
	width: 175px;
	text-align: right
}
#cart_block dd { width: 155px }
#cart_block dd { 
	margin-left: 1em; 
	margin-right: 1em; 
	font-style: italic;
	text-align:left;
}
#cart_block dl dt a { font-weight: bold }
#cart_block a.ajax_cart_block_remove_link {
	width: 11px;
	height: 13px;
	margin-left: 6px;
	float: right;
	font-size: 0;
	display: block;
	background: transparent url('../img/icon/delete.gif') no-repeat left bottom
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration: none }
#cart_block p { clear: both }
#cart_block p span {
	clear: right;
	float: left;
	text-align: right
}
#cart_block li { clear: both }
#cart_block span.price {
	float: right
}
#cart_block dl span.price {
	font-weight: normal;
	float: none;
	font-size:0.9em;
}

#cart_block_wrapping_cost, #cart_block_shipping_cost, #cart_block_tax_cost, #cart_block_total { padding-right: 0.1em }

#cart_block table#vouchers {
	margin-top: 0.5em;
	border-top: 1px solid white;
	height: 3em;
	padding-top: 0.4em;
	margin-bottom: 0.5em;
	clear: both
}
 #cart_block p#cart-prices {
	clear: both;
	margin-top: 8px;
	margin-bottom: 2em;
	display: block;
	padding-top: 0.4em;
	border-top: 1px solid white
}
#cart_block table#vouchers td {
	padding: 0;
	border: 0;
	height: 1.5em
}
#cart_block table#vouchers td.price {
	color: white;
	font-size: 1em;
	font-weight: normal;
	width: 37%;
	text-align: right
}
#cart_block table#vouchers td.delete {
	width: 9%;
	text-align: right
}
#cart_block table#vouchers td.delete img { margin: 0 }
#cart_block p#cart-buttons {
	display:none;
}
#cart_block p#cart-buttons a {  }
#cart_block p#cart-buttons a#button_order_cart { }
#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square
}
#cart_block #cart-price-precisions {
	margin-top: 0.5em;
	padding-top: 0.4em;
	border-top: 1px solid white;
	font-size: 0.9em;
	height: 2em
}
#cart_block_summary span { color:white}



/* block in the center column */
#center_column p { margin: 0.5em 0; padding-left: 0.7em }
#center_column p.cart_navigation {clear:both;}
#center_column div.block { width: 740px; margin: auto; float:left }
#center_column div.block h4 {
	height: 17px;
}

/* Styles for products blocks */

/* block products (new, features, viewed, etc...) on left and right column */
.products_block li { margin-top: 0.2em }
.products_block li.item img { margin-right: 5px }
.products_block li.last_item { border: none }
.products_block li img {
	float: left;
	margin-right: 0.2em
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em
}
.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	padding: 0 4px 4px
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e
}
.products_block a.button_large { margin: 0.4em 0.4em 0 0.4em }
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none
}

/* Special style for block products in center column */
#center_column .products_block { border: none }
#center_column .products_block { }
#center_column .products_block h4 { line-height: 1.3em }
#center_column .products_block .block_content {
	padding: 0
}
#center_column .products_block ul li:hover {}
#center_column .products_block ul li {
	float: left;
	margin: 0 6px;
	padding: 0 0 1px;
	width: 133px
}
#center_column .products_block ul .product_accessories_description {
	margin: 0;
	padding: 0;
	height: 280px
}

/*#center_column .products_block li.last_item { float: none; clear: both }*/
#center_column .products_block li.last_item_of_line { border-right: none }
#center_column .products_block li.first_item_of_line { clear: both }
#center_column .products_block li.last_line { border-bottom: none }
#center_column .products_block p, #center_column .products_block h5 { margin: 0.5em 0.1em }
#center_column div.products_block h5 {
	display: block;
	margin-top: 8px;
	height: 4em
}
#center_column div.products_block h5 a {
	color: #374853;
	font-size: 1.1em
}
#center_column div.products_block ul li p {
	margin: 0;
	padding: 0
}
#center_column div.products_block div.product_desc {
	height: 9em;
	color: #595a5e;
	overflow: hidden
}
#center_column div.products_block a.product_image {
	display: block;
	background-color: transparent;margin:0 auto 2px;
	width: 129px;
	height: 129px
}
#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px
}
#center_column div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left: 2px;
	margin-bottom: 8px;
	overflow:hidden
}

#center_column div.products_block a.product_image img {
	float: none;
	margin: 0
}
#center_column div.products_block h5 { margin: 10px 5px 3px 5px }
#center_column div.products_block div.product_desc { margin: 0 5px }
#center_column div.products_block ul li div.product_desc a { font-weight: normal }
#center_column .products_block span.price {
	text-align: center;
	font-size: 1.5em;
	padding: 0.5em 0;
	/*display: block;*/
}
p.price_container { text-align: center }
#center_column .products_block .featured_price { margin-top: 2.5em }
#center_column .products_block a.button,
 #center_column .products_block a.exclusive,
  #center_column .products_block span.exclusive { margin: 0.5em auto }

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content { background: none }
#center_column div.products_block.accessories_block div.product_desc { 
	margin-right: 0;
	height: 150px; 
	border-right: 1px solid #d0d3d8 
}
#center_column .products_block.accessories_block .block_content li { background: none; text-align: center }
#center_column .products_block.accessories_block .block_content li h5,
 #center_column .products_block.accessories_block .block_content li a.product_description { text-align:left }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image { border: none }

/* discount.tpl */
td.discount_value { white-space: nowrap }

/* shopping cart */
.cart_last_product { 
	width: 300px;
	margin: 0 auto 12px
}
.cart_last_product_header,
.cart_last_product_header .left {
	background: url('../img/table_header.gif') right 0;
}
.cart_last_product_header .left {
	background-color:#fff;
	background-position:0 0;
	margin-bottom:5px;
	padding-left: 27px;
	width: 249px;
	height: 24px;
	line-height: 24px;
	color: #374853;
	font-weight: bold
}
.cart_last_product_img { float:left }
.cart_last_product_img img {
	margin:0 6px;
	border:1px solid #D0D1D5;
	width: 45px;
	height: 45px
}
 .cart_last_product_content { 
	float:right; 
	width:241px 
}
.cart_last_product_content a { text-decoration:none }
.cart_last_product_content h5 { font-size:9px }
.cart_last_product_content h5 a { color:#595A5E }

p.cart_navigation { padding: 1em 0!important }
p.cart_navigation .button,
 p.cart_navigation .button_large { float: left }
p.cart_navigation .exclusive,
 p.cart_navigation .exclusive_large,
 p.cart_navigation .exclusive_large_disabled { float: right }
p.cart_navigation_extra {
	text-align: center;
	width: auto
}
form.std p.cart_navigation span {
	float: none;
	text-align: left;
	width: auto
}
#cart_summary tfoot td {
	border-top: none;
	line-height: 1.5em
}
#cart_summary tfoot tr.cart_total_product td { border-top: 1px solid #bdc2c9 }
#cart_summary tfoot tr.cart_total_price td { border-bottom: 2px solid #bdc2c9 }
#cart_summary .price, #cart_summary .price-discount {
	color: #595A5E;
	font-size: 1em;
	text-decoration: none
}
tr.cart_item td { padding: 0.5em 0 }
td.cart_product a { margin: 0 0.6em }
td.cart_product a img {
	border: 1px solid #d0d1d5;
	width: 45px;
	height: 45px
}
td.cart_product a:hover img { border: 1px solid #888 }
td.cart_description a { text-decoration: none }
td.cart_description a:hover { text-decoration: underline }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right }
td.cart_availability, td.cart_ref { text-align: center }
td.cart_total .price { font-weight: bold }
tr.cart_item td.cart_unit { padding-right: 1em }
td.cart_quantity {
	width: 7.5em;
	text-align: right
}
.cart_quantity_input { float: right; margin: 5px 10px 0 0; }
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline
}
td.cart_quantity p { padding-right: 0.3em }
td.cart_quantity .icon { margin-top: 0.6em }
td.cart_quantity a.cart_quantity_up,
 td.cart_quantity a.cart_quantity_down {clear:both;
display:block;
float:left;
margin:0;
padding:0;}
tr.cart_free_shipping { white-space: normal }
tr.cart_total_price { font-weight: bold }
#order tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order #voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em
}
#order form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order form#voucher h4,
 #order form#voucher p,
 #order form#voucher .button { display: inline }
#order form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order #order_carrier h4 {
	width: 50%;
	display: inline
}
#order #order_carrier img { vertical-align: middle }
#order #order_carrier span { margin: 0 0.2em }
#order #gift_div { display: none }
#order #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

#order-opc tfoot p {
	margin: 0;
	float: left;
	width: 85%
}
#order-opc tfoot span {
	float: right;
	width: 15%;
	display: block
}
#order-opc #voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em
}
#order-opc form#voucher fieldset #display_cart_vouchers {
	margin-top:5px;
	clear:both;
	float:left;
}
#order-opc form#voucher fieldset #display_cart_vouchers .voucher_name {
	color:#DD2A81;
	font-weight:bold;
	cursor:pointer;
}
#order-opc form#voucher h4,
 #order-opc form#voucher p,
 #order-opc form#voucher .button { display: inline }
#order-opc form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em
}
#order-opc #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em
}
#order-opc #order_carrier h4 {
	width: 50%;
	display: inline
}
#order-opc #order_carrier img { vertical-align: middle }
#order-opc #order_carrier span { margin: 0 0.2em }

#order-opc #gift_div label, #order #gift_div textarea {
	display: block;
	width: 100%;
	margin: 1em 0
}

/* views block */
#views_block {
	margin: 0 auto;
	width: 290px
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 255px
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin-right: 5px;
}
#view_scroll_left, #view_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
	padding-right: 4px;
	padding-left: 4px
}
#view_scroll_right { background-image: url('../img/thumbs_right.gif') }
span.view_scroll_spacer {
	float: left;
	width: 17px;
	height: 80px
}

/* manufacturers-list.tpl && suppliers-list.tpl */
#manufacturers_list, #suppliers_list {
	margin-top: 2em;
	list-style-type: none
}
#suppliers_list li, #manufacturers_list li {
	background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #d0d3d8;
	padding: 0.6em;
	margin-bottom: 1.5em
}
#suppliers_list li a, #manufacturers_list li a {
	text-decoration: none;
	color: #374853
}
#suppliers_list li h3, #manufacturers_list li h3 { margin: 0.4em 0 }
#suppliers_list .left_side, #manufacturers_list .left_side {
	float: left;
	width: 75%
}
#suppliers_list .logo, #manufacturers_list .logo {
	border: solid 1px #d0d3d8;
	float: left;
	margin-right: 0.6em
}
#suppliers_list li p.description,
#manufacturers_list li p.description { font-size: 0.92em }
#suppliers_list li .right_side,
#manufacturers_list li .right_side {
	float: right;
	text-align: right
}
#suppliers_list .right_side span,
#manufacturers_list .right_side span {
	font-size: 1.7em;
	color: #da0f00
}
#suppliers_list li a.button,
#manufacturers_list li a.button { margin-top: 4em }

/* conditions & legal */
ul.shop_info {
	list-style-type: square!important;
	list-style-position: inside;
	padding: 0.6em;
	margin-top: 0.6em;
	margin-left: 2em;
	border: 1px solid #888
}
ul.shop_info li {
	padding-left: 0.5em!important;
	padding-bottom: 0.5em!important
}

/* conditions.tpl */
#conditions #right_column { display: none }
#conditions h2 { background: transparent url('../img/title_bg_large.gif') no-repeat top left }
#conditions #center_column {
	width: 730px;
	text-align: justify
}
#conditions #center_column ul,
 #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em
}
#conditions #center_column ul { list-style-type: circle }
#conditions #center_column li { padding-bottom: 0.5em }
#conditions #center_column { line-height: 1.3em }

/* order step 3: PAYMENT */
.payment_module { display: block }
.payment_module img {
	vertical-align: middle;
	margin-right: 1em
}
.payment_module a {
	display: block;
	border: 1px solid #595a5e;
	padding: 0.6em;
	text-decoration: none
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #488c40;
	background-color: #e5e6e7;
	color: #374853
}

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display: none
	}
	div#center_column { width: 100% }
	input.text { border: 1px solid gray }
	.block_hidden_only_for_screen { 
		display: block; 
		margin-top: 1em 
	}
	#more_info_sheets #idTab1 { width: 530px }
	* { 
		background: none!important; 
		background-color: white!important; 
	}
}

/* Customizable product */
#customization_block { width: 556px }
.customization_block_title { margin: 4px 4px 4px 2px }
#customization_block ul { margin: 6px 6px 0 6px }
.customization_block_input { vertical-align: inherit }
img.customization_delete_icon { margin: 2px }
li.customizationUploadLine {
	text-align: right;
	margin-right: 40px;
	clear: left;
	padding: 4px;
	display: block
}
div.customizationUploadBrowse { float: left }
div.customizationUploadBrowseDescription { padding: 6px }
img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888
}
ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px
}
ul.customizationUploaded li { display: inline }
ul.customizationUploaded a { text-decoration: none }
div.customizationUploaded { clear: left }
div.deletePictureUploaded { float: right }
div.deleteCustomizableProduct { float: right }
ul.typedText {
	padding-left: 6px;
	list-style-type: none
}
/* mywishlist */
#mywishlist div#block-order-detail form.wl_send fieldset p input { margin-left: 60px }
#mywishlist div#block-order-detail {
	margin-top: 10px; 
	display: block
}
#mywishlist form.std fieldset label { width: 30px }
#mywishlist form.std fieldset input#submitWishlist { display: inline }
#mywishlist table.std thead th.mywishlist_first {
	text-align: center;
	width: 40px
}
#mywishlist table.std thead th.mywishlist_second {
	text-align: center;
	width: 80px
}
#mywishlist table.std thead th.first_item,
#mywishlist table.std tbody tr td { width: 200px }
#mywishlist div#block-order-detail ul li span.wishlist_product_detail select { margin: 0 }
#mywishlist div#block-order-detail { margin-top: 10px }
#mywishlist #hideBoughtProducts,
#mywishlist #showBoughtProducts {
	float: left;
	margin: -18px 0 0 5px
}
#mywishlist #showBoughtProducts,
#mywishlist #hideBoughtProductsInfos,
#mywishlist #hideSendWishlist { display: none }
#mywishlist #showBoughtProductsInfos,
#mywishlist #hideBoughtProductsInfos { margin-left: 5px }
#mywishlist #showSendWishlist,
#mywishlist #hideSendWishlist,
#mywishlist div#block-order-detail ul li a.exclusive {
	float: right;
	margin: -18px 0 0 0
}
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th { text-align: center }
#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item { width: 300px }
#mywishlist div#block-order-detail table.wlp_bought_infos { margin: 0 0 0 10px }
#mywishlist div#block-order-detail ul li img { float: left }

/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img { float: left }
#view_wishlist #featured-products_block_center ul div li a,
 #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail,
 div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 30px;
	float: left
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail { margin-bottom: 5px } 
#view_wishlist #featured-products_block_center ul div li a.exclusive,
 #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left: 55px
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border: 0
}

/* module reversoform*/
.account_creation #reverso-form { width: 100% }
.account_creation #reverso-form label {
	width: 250px;
	text-align: left;
	margin-left: 10px
}
.account_creation #reverso-form label#legend_reverso {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: left
}
.account_creation #reverso-form input#reverso_form { margin-top: 20px }

/* module productcomments */
.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right; 
	margin-right: 3px; 
	font-size: 12px
}
.confirmation { 
	color: #808000; 
	font-weight: bold 
}
#page .rte { background: transparent none repeat scroll 0 0 }

/* module paypalapi */
.paypalapi_about { text-align: justify }
.paypalapi_about ul { padding-left: 20px }

/* cms pages */
#cms div.content_only { 
	text-align: left; 
	padding: 10px 
}
.live_edit_feed_back_ok {
    color: #374853; 
    background-color: #DFFAD3; 
    padding: 4px; 
    border: 2px solid #72CB67
}
.live_edit_feed_back_ko {
    color: #374853; 
    background-color: #FAE2E3; 
    padding: 4px; 
    border: 2px solid #EC9B9B
}
.add_module_live_edit {
    background-color: #F1F2F4; 
    padding: 4px; 
    border: 2px solid #D0D3D8;
}

body {
    text-align: center;
    color: #474747;
    font-family: Arial, Helevtica, Verdana, san-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 150%;
    background-repeat: no-repeat;
    background-position: top center;
}

iframe, object, embed {
    display: block;
}

/* LAYOUT */

#wrapper {
    width: 962px;
    margin: auto;
    text-align: left;
}

#header {
    overflow: hidden;
}

#menu-wrapper {
    background-repeat: no-repeat;
    font-family: Arial,Helevtica,Verdana,san-serif;
    height: 50px;
    position: relative;
    z-index: 3;
}

#columns {
    border-right-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    z-index: 1;
    _background-color: #fff; /* IE 6 Fix */
}

#primary {
    background: #ffffff url(../img/shared/primary.png) repeat-x;
    overflow: hidden;
}

#content {
    width: 600px;
    margin: 10px;
    float: left;
    display: inline;
}

#full-width-content {
    min-height: 200px;
    padding: 10px 0;
}

#sidebar {
    width: 300px;
    margin: 10px;
    padding: 15px 0 0 0;
    float: left;
    display: inline;
}

#copyright {
    background-repeat: no-repeat;
    height: 133px;
    font-size: 11px;
}

/* HEADER */

#header h1 {
    float: left;
}

#header #logo img {

    margin: 20px;
}

#header #logo-text {
    padding: 20px;
}

#header #logo-text a:hover {
    text-decoration: underline;
}

#header .top {
    float: right;
    padding: 20px 20px 0 0;
}

/* BREADCRUMBS */

#breadcrumbs {
    background: url(../img/shared/home.png) 0 5px no-repeat;
    font-size: 11px;
    margin: 0;
    padding: 5px 0 5px 20px;
}

#portfolio #breadcrumbs {
    margin: 0 10px 10px 10px;
}

/* SEARCHFORM (columns MENU BAR) */

#search {
    position: absolute;
    right: 7px;
    top: 7px;
}

#search .left,
#search .right,
#search .middle {
    display: block;
    float: left;
}

#search .left {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 5px;
    height: 37px;
}

#search .right {
    background-position: 0 -74px;
    background-repeat: no-repeat;
    width: 5px;
    height: 37px;
}

#search .middle {
    background-position: 0 -37px;
    background-repeat: repeat-x;
    height: 37px;
    padding: 0 5px;
}


#search .search-input {
    border: none;
    width: 150px;
    height: 12px;
    font-size: 11px;
    background-color: transparent;
    margin: 13px 0 0 0;
}

#search .submit {
    width: 15px;
    height: 17px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    outline:none;
    cursor: pointer;
    text-indent: -9999px;
}

/* CONTENT */

#content .pad {
    padding: 0 10px 10px 10px;
}

#content h2.page-title {
    font-size: 35px;
    font-weight: normal;
    padding: 10px 0;
}

#home-widget-area .widget {
    float: left;
    width: 300px;
    margin: 0;
    display: inline;
}

/* SIDEBAR */

#sidebar .widget ul {
    border-bottom-color: #cccccc;
}

#sidebar .widget li {
    border-top-color: #cccccc;
}

#sidebar .widget li a {
    color: #474747;
}

#sidebar h2 {
    font-size: 22px;
    margin: 0 0 15px 0;
}

#sidebar h3 {
    font-size: 15px;
}

#sidebar p {
    margin: 0 0 8px 0;
    line-height: 160%;
}

#sidebar .read-more {
    margin: 0 0 25px 0;
}

#sidebar .widget {
    margin-bottom: 20px;
}

#sidebar .widget a {
    text-decoration: none;
}

#sidebar .widget a:hover {
    text-decoration: underline;
}

#sidebar .widget ul {
    padding: 0;
    margin: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#sidebar .widget li {
    font-size: 12px;
    padding: 5px 0;
    border-top-width: 1px;
    border-top-style: solid;
    padding-left: 10px;
    background-position: 0 10px;
    background-repeat: no-repeat;
    overflow: hidden;
}

#sidebar .widget li a {
    border: none;
    display: block;
    border: none;
}

#sidebar .widget li a:hover {
    text-decoration: none;
}

#sidebar .widget li.current_page_item > a {
    font-weight: bold;
}

#sidebar .widget li ul {
    margin: 7px 0 0 -10px;
    padding: 0;
    border: none;
}

#sidebar .widget li ul li {
    padding-left: 30px;
    background-position: 20px 10px;
}

/* HOMEPAGE SLIDESHOW */

#slideshow {
    background: #ffffff url(../img/shared/slideshow.png) no-repeat;
    position: relative;
    width: 960px;
    height: 300px;
    overflow: hidden;
    z-index: 2;
}

#slideshow .slide {
    width: 960px;
    height: 300px;
}

#slideshow .slide .pad {
    padding: 25px;
}

#slideshow-nav {
    background-repeat: repeat-x;
    height: 25px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

#slideshow-nav-inner {
    float: left;
    padding: 5px 0 0 0;
    margin-bottom: 0;
    position: relative;
    left: 50%;
}

#slideshow-nav-inner li {
    background-image: none;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;
}

#slideshow-nav-inner a {
    border: none;
    outline: none;
}

#slideshow .description {
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 960px;
    opacity: .90;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -khtml-opacity: .90;
    -moz-opacity: .90;
}

#slideshow .description .pad {
    padding: 25px;
}

#slideshow-nav-inner a {
    display: block;
    float: left;
    background-position: 0 0;
    background-repeat: none;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    text-indent: -9999px;
}

#slideshow-nav-inner a:hover,
#slideshow-nav-inner a.activeSlide {
    background-position: -13px 0;
}

#slideshow-wrapper .pad {
    padding: 20px;
}

#slideshow-wrapper {
    background-color: #ffffff;
}

/* SUBPAGE SLIDESHOW */

.subpage-slideshow-wrapper {
    margin: 10px 0 20px 0;
}

.subpage-slideshow {
    position: relative;
    height: 200px;
    overflow: hidden;
    z-index: 2;
    margin-bottom: 5px;
}

/*
#content .subpage-slideshow div img,
#full-width-content .subpage-slideshow div img {
    border: none;
    padding: 0;
}
*/

.subpage-slideshow-nav {
    height: 25px;
    text-align: center;
}

.subpage-slideshow-nav-inner {
    padding-top: 4px;
    overflow: hidden;
}

.subpage-slideshow-nav-inner a {
    border: none;
}

#content .subpage-slideshow-nav-inner ul,
#full-width-content .subpage-slideshow-nav-inner ul {
    float: left;
    list-style: none;
    padding: 0;
    position: relative;
    left: 50%;
}

#content .subpage-slideshow-nav-inner li,
#full-width-content .subpage-slideshow-nav-inner li {
    background-image: none;
    float: left;
    list-style: none;
    padding: 0;
    position: relative;
    right: 50%;
}

#content .subpage-slideshow-nav-inner a,
#full-width-content .subpage-slideshow-nav-inner a {
    background: url(../img/shared/slide-buttons.gif) 0 0 no-repeat;
    float: left;
    height: 20px;
    width: 20px;
    border: none;
    padding: 0;
    background-color: transparent;
    text-indent: -9999px;
}

#content .subpage-slideshow-nav-inner a:hover,
#content .subpage-slideshow-nav-inner a.activeSlide,
#full-width-content .subpage-slideshow-nav-inner a:hover,
#full-width-content .subpage-slideshow-nav-inner a.activeSlide {
    background-position: 0 -20px;
}

#content .subpage-slideshow .description {
    background-color: #ffffff;
    color: #474747;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 580px;
    opacity: .70;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: .70;
    -moz-opacity: .70;
}

#content .subpage-slideshow .description .pad {
    padding: 20px;
}


/* HOME */

#home-description {
    padding: 10px;
}

#home-widget-area .widget .pad {
    padding: 0 10px;
}

/* HOME (DEAFAULT) */

#default-home-widget-area {
    padding: 10px 0 0 0;
}

#default-home-widget-area .widget .pad {
    padding: 0 10px;
}

#default-home-widget-area .widget {
    padding: 0 10px;
}

#default-home-widget-area .widget h2 {
    font-size: 22px;
}

#default-home-widget-area .full-width {
    width: 100%;
    margin: 0;
}

/* FULL WIDTH PAGE */

#full-width-content .full-width-title {
    padding-left: 20px;
}

#full-width-content .pad {
    padding: 0 20px;
}

/* ARCHIVES */

#content .post-archive {
    padding: 0 0 15px 0;
}

#content .post-archive h2 {
    font-weight: normal;
    font-size: 20px;;
}

/* ARCHIVE TEMPLATE */

#content .archive {
    margin: 15px 0 30px 0;
    padding: 0;
}

.archive .author-box {
    display:block;
    font-size: 11px;
    padding: 3px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.archive .comments-link {
    padding-left: 18px;
    background: url('../img/shared/comment.gif') 0 5px no-repeat;
    float: right;
}

#content .archive h3 {
    margin-top: 0;
    font-size: 22px;
}

#content .archive h3 a {
    text-decoration: none;
    border: none;
}

#content .archive img {
    float: left;
    margin: 10px 10px 10px 0;
    display: inline;
}

/* SINGLE BLOG POST */

#content .single .author-box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-size: 11px;
    margin: 0 0 10px 0;
    padding: 5px 7px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    _height: 25px; /* IE6 Fix */
}

#content .single .comments-link {
    padding-left: 18px;
    background: url('../img/shared/comment.gif') 0 5px no-repeat;
    float: right;
}

/* BLOG */

#content .entry h3 a,
#content .archive h3 a {
    color: #474747;
}

#content .entry .description {
    padding: 0 7px;
}

#content .entry .author-box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-size: 11px;
    margin: 0 0 10px 0;
    padding: 5px 7px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    _height: 25px; /* IE6 Fix */
}

#content .entry .date {
    display: block;
    float: left;
}

#content .entry .comments-link {
    padding-left: 18px;
    background: url('../img/shared/comment.gif') 0 5px no-repeat;
    float: right;
}

#content .entry {
    margin: 15px 0 30px 0;
    padding: 0;
    font-size: 12px;
}

#content .entry h3 {
    margin-top: 0;
    padding: 0 7px;
    font-size: 27px;
}

#content .entry h3 a {
    text-decoration: none;
    border: none;
}

#content .entry img.wp-post-image {
    float: left;
    margin: 0 20px 10px 0;
    display: inline;
}

#content .entry p {
    padding-top: 10px;
}

/* COMMENTS */

a.name {
    color: #474747;
}

a.name:hover {
    color: #000000;
}

#respond input, #respond textarea {
    background-color: #ffffff;
    color: #666;
    border: 1px solid #cccccc;
}

#respond #submit {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

#respond #submit:hover {
    background-color: #f2f2f2;
}

.says {
    padding-left: 5px;
    color: #888888;
}

.date {
    color: #888888;
}

.thread-even, .thread-odd {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.thread-even {
    background-color: #f9f9f9;
}

.thread-even ul.children {
    background-color: #ffffff;
}

.thread-odd {
    background-color: #ffffff;
}

.thread-odd ul.children {
    background-color: #f9f9f9;
}

#content #comments-wrap {
    padding-top: 10px;
}

#content #comments-wrap a.name {
    text-decoration: none;
}

#content #comments-wrap ol.commentlist {
    padding-left: 0;
    border-top: 1px solid #dddddd;
}

#content #comments-wrap ol ul {
    margin: 10px 10px 10px 10px;
    border: 1px solid #dddddd;
    border-bottom: none;
    padding: 0;
}

#content #comments-wrap li {
    padding: 0 10px;
    list-style: none;
    background-image: none;
}

#content #comments-wrap li li {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

#content #comments-wrap li a.name:hover {
    border: none;
}

#content #comments-wrap li .comment-left {
    float: left;
    width: 75px;
    display: inline;
    padding: 15px 0;
}

#content #comments-wrap li .comment-right {
    float: left;
    width: 480px;
    display: inline;
    padding: 15px 0 35px 0;
    position: relative;
}

#content #comments-wrap li li .comment-right {
    padding: 5px 0;
    width: 415px;
}


#content #comments-wrap li li .comment-left {
    padding: 5px 0;
}

#content #comments-wrap li li li .comment-right {
    width: 375px;
}

.comment-right-inner {
    padding: 0 20px 0 0;
}

.comment-right .name {
    font-size: 20px;
}

#content .reply-link a {
    display: block;
    padding: 3px 8px;
    border: 1px solid #dddddd;
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    right: 0;
    text-decoration: none;
}

#content .reply-link a:hover {
    background: #f2f2f2;
    text-decoration: none;
}

#content li li .reply-link a {
    position: absolute;
    bottom: 0;
    right: -25px;
}

#content #comments-wrap #respond {
    margin-top: 20px;
    position: relative;
    background: #f9f9f9;
    border: 1px solid #dddddd;
    padding: 20px;
}

#content #comments-wrap #respond .pad {
    padding: 0;
}

#content #comments-wrap #respond li {
    padding: 5px 0;
}

#content #comments-wrap #respond label.error {
    color: #990000;
    padding: 5px 0;
    margin-left: 100px;
    display: block;
    width: 300px;
    font-size: 11px;
}

#content #comments-wrap #respond h3 {
    margin-bottom: 20px;
}

#content #comments-wrap #respond fieldset {
    margin-bottom: 10px;
}

#content #comments-wrap #respond input, #content #comments-wrap #respond textarea {
    padding: 5px;
}

#content #comments-wrap #respond textarea {
    width: 350px;
    height: 200px;
}

#content #comments-wrap #respond legend {
    padding: 0 2px;
    font-weight: bold;
}

#content #comments-wrap #respond label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}

#content #comments-wrap #respond fieldset ol {
    margin: 0;
    padding: 0;
}

#content #comments-wrap #respond fieldset li {
    list-style: none;
    padding: 5px;
    margin: 0;
}

#content #comments-wrap #respond label {
    width: 95px; /* Width of labels */
}

#content #comments-wrap #respond #submit {
    cursor: pointer;
    padding: 5px 10px;
}

/* NEWS PAGE */

.featured-news {
    padding: 5px 5px 5px 0;
}

.news-article {
    float: left;
    width: 275px;
    margin: 5px 5px 5px 0;
}

.news-article h2 {
    font-size: 15px;
}

#content .news-article h2 a, #content .featured-news h2 a {
    border: none;

}

/* PORTFOLIO PAGE */

#portfolio h2.page-title {
    font-size: 27px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 14px 16px;
}

#portfolio > p {
    margin: 0 16px;
}

#portfolio .pad {
    padding: 20px 0;
}

#portfolio .portfolio-box {
    float: left;
    margin: 0 14px 10px 14px;
    width: 292px;
    display: inline;
}

#portfolio .portfolio-box a.item {
    border: none;
    display: block;
    margin-bottom: 15px;
}

#portfolio .portfolio-box a.thumb {
    border: none;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 15px;
}

#portfolio .portfolio-box .image {
    background-image: url(../img/shared/enlarge.png);
}

#portfolio .portfolio-box .video {
    background-image: url(../img/shared/enlarge-video.png);
}

#portfolio .portfolio-box h3 {
    font-size: 22px;
    padding: 0 6px;
}

#portfolio .portfolio-box h3 a {
    border: none;
    color: #474747;
    text-decoration: none;
}

#portfolio .portfolio-box h3 a:hover {
    color: #000000;
}

#portfolio .portfolio-box p {
    padding: 0 6px 0 6px;
}

/* CONTACT FORM */

#contact {
    position: relative;
}

#contact #sent {
    display: none;
}

#contact h3 {
    margin-bottom: 20px;
}

#contact label.error {
    color: #990000;
    padding: 5px 0 5px 90px;
    display: block;
    font-size: 11px;
}

#contact fieldset {
    margin-bottom: 10px;
}

#contact input, #contact textarea {
    padding: 5px;
    font-family: "Lucida Grande", "Liberation Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    color: #666;
    border: 1px solid #cccccc;
}

#contact textarea {
    width: 350px;
    height: 200px;
}

#contact legend {
    padding: 0 2px;
    font-weight: bold;
}

#contact label.name {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}

#contact fieldset ol {
    margin: 0;
    padding: 0;
}

#contact fieldset li {
    list-style: none;
    padding: 5px;
    margin: 0;
    background-image: none;
}

#contact label.name {
    width: 85px; /* Width of labels */
}

#contact #submit {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

#contact #submit:hover {
    background-color: #f2f2f2;
}

.honeypot {
    display: none;
}

/* FOOTER AREA */

#footer-top {
    height: 20px;
    background: #ffffff url(../img/shared/footer-top-bg.png) center bottom no-repeat;
}

#footer-widget-area {
    background-repeat: repeat-x;
    font-size: 11px;
    overflow: hidden;
    line-height: 140%;
}

#footer-widget-area-inner {
    overflow: hidden;
}

#footer-widget-area a {
    color: #ffffff;
}

#footer-widget-area .two-columns .widget {
    float: left;
    width: 460px;
    margin: 0 10px 10px 10px;
    display: inline;
}

#footer-widget-area .three-columns .widget {
    float: left;
    width: 300px;
    margin: 0 10px 10px 10px;
    display: inline;
}

#footer-widget-area .four-columns .widget {
    float: left;
    width: 220px;
    margin: 0 10px 10px 10px;
    display: inline;
}

#footer-widget-area .widget h3 {
    line-height: 50px;
    font-size: 15px;
    margin: 0 0 10px 0;
    padding: 0;
}

#footer-widget-area .widget p, #footer-widget-area .widget .pad > ul {
    margin: 0 0 10px 0;
    padding: 0;
}

#footer-widget-area .widget .pad {
    padding: 0 20px;
}

#footer-widget-area .widget ul li {
    background-image: none;
    padding: 5px 0;
}

#footer-widget-area .widget ul li a {
    text-decoration: none;
}

#footer-widget-area .widget ul li a:hover {
    text-decoration: underline;
}

#footer-widget-area .full-width {
    width: 100%;
    margin: 0 0 10px 0;
}

/* COPYRIGHT */

#copyright a {
    color: #ffffff;
}

#copyright .pad {
    padding: 22px 0 0 0;
    text-align: center;
}

/* STANDARD NAV LINKS */

.nav-entries {
    padding: 15px;
}

.nav-entries a {
    display: block;
    font: italic 12px/16px 'Droid Serif', Georgia, serif;
    color: #777;
    text-decoration: none;
}

.nav-entries a:hover {
    text-decoration: underline;
}

/* PAGE NAVI PLUGIN */

.wp-pagenavi {
    margin: 10px;
    font-size: 11px;
    margin-left: 0;
    display: inline;
}

#content .wp-pagenavi {
    display: inline;
}

#portfolio .wp-pagenavi {
    margin-left: 16px;
    display: inline;
}

#portfolio .wp-pagenavi .pages, #content .wp-pagenavi .pages {
    display: none;
}

#portfolio .single-column-page-navi, #content .single-column-page-navi {
    margin-left: 10px;
    display: inline;
}

#portfolio .wp-pagenavi a, #content .wp-pagenavi a, .wp-pagenavi a:link {
    padding: 3px 5px;
    text-decoration: none;
    margin: 2px;
}

#portfolio .wp-pagenavi a:hover, #content .wp-pagenavi a:hover {
    text-decoration: none;
    border-style: solid;
}

#portfolio .wp-pagenavi span.current, #content .wp-pagenavi span.current {
    padding: 3px 5px;
    margin: 2px;
    font-weight: bold;
    font-size: 11px;
    display: inline;
}

#portfolio .wp-pagenavi a, #content .wp-pagenavi a {
    border: 1px solid #cccccc;
    color: #474747;
}

#portfolio .wp-pagenavi a:hover, #content .wp-pagenavi a:hover {
    border: 1px solid #cccccc;
    background-color: #f2f2f2;
}

#portfolio .wp-pagenavi span.current, #content .wp-pagenavi span.current {
    border: 1px solid #cccccc;
    color: #474747;
    background-color: #f2f2f2;
}

/* PRETTY PHOTO */

.pp_gallery li {
	background-image: none;
	margin: 0;
	padding: 0;
}



/*** ESSENTIAL STYLES ***/
#menu-wrapper .menu, #menu-wrapper .menu * {
    margin: 0;
    padding: 0;
    list-style:	none;
}
#menu-wrapper .menu {
    line-height: 1.0;
    position: relative;
    z-index: 3;
}
#menu-wrapper .menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
#menu-wrapper .menu ul li {
    width: 100%;
}
#menu-wrapper .menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
#menu-wrapper .menu li {
    float: left;
    position: relative;
}
#menu-wrapper .menu a {
    display: block;
    position: relative;
    cursor: pointer;
}
#menu-wrapper .menu li:hover ul,
#menu-wrapper .menu li.sfHover ul {
    left: 0;
    top: 50px; /* match top ul list item height */
    z-index: 99;
}
#menu-wrapper .menu li:hover li ul,
#menu-wrapper .menu li.sfHover li ul {
    top: -999em;
}
#menu-wrapper .menu li li:hover ul,
#menu-wrapper .menu li li.sfHover ul {
    left: 175px; /* match ul width */
    top: 0;
}
#menu-wrapper .menu li li:hover li ul,
#menu-wrapper .menu li li.sfHover li ul {
    top: -999em;
}
#menu-wrapper .menu li li li:hover ul,
#menu-wrapper .menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

/*** CUSTOM SKIN BY JASON BOBICH ***/

    /* Top Level Buttons */

#menu-wrapper .menu {
    padding: 0 0 0 10px;
}

#menu-wrapper .menu li a {
    padding: 20px 17px 18px 17px;
    text-decoration:none;
    font-size: 11px;
    border: none;
    display: block;
    text-transform: uppercase;
}

#menu-wrapper .menu a:focus, #menu-wrapper .menu a:hover, #menu-wrapper .menu a:active {
    background-position: -5px -50px;
}

#menu-wrapper .menu li {
    background-image: none;
}

    /* Second Level Buttons */

#menu-wrapper .menu li ul {
    border-top: none;
    width: 175px;
    cursor: pointer;
}

#menu-wrapper .menu li li {
    margin-top: 0;
    padding-right: 0;
    background-image: none;
    cursor: pointer;
}

#menu-wrapper .menu li li a {
    background-image: none;
    text-align: left;
    font-size: 11px;
    padding: 10px 10px;
    cursor: pointer;
    text-transform: inherit;
}

#menu-wrapper .menu li li a:focus, #menu-wrapper .menu li li a:hover, #menu-wrapper .menu li li a:active {
}

#menu-wrapper .menu li li li {}
#menu-wrapper .menu li:hover, #menu-wrapper .menu li.sfHover {
    outline:		0;
}

/*** arrows **/
#menu-wrapper .menu a.sf-with-ul {
    padding-right: 	2.25em;
    min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position:		absolute;
    display:		block;
    right:			.75em;
    top:			20px; /* IE6 only */
    width:			10px;
    height:			10px;
    text-indent: 	-999em;
    overflow:		hidden;
    background-position: 0 -100px;
    background-image: url(../img/shared/arrows.png); /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top:			20px;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#menu-wrapper .menu ul .sf-sub-indicator { background-position:  0 0; top: 10px; }
#menu-wrapper .menu ul a > .sf-sub-indicator { background-position:  0 0; top: 10px;}
/* apply hovers to modern browsers */
#menu-wrapper .menu ul a:focus > .sf-sub-indicator,
#menu-wrapper .menu ul a:hover > .sf-sub-indicator,
#menu-wrapper .menu ul a:active > .sf-sub-indicator,
#menu-wrapper .menu ul li:hover > a > .sf-sub-indicator,
#menu-wrapper .menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}


















/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
    background:		#BDD2FF;
    height:			2.5em;
    padding-bottom:	2.5em;
    position:		relative;
}
.sf-navbar li {
    background:		#AABDE6;
    position:		static;
}
.sf-navbar a {
    border-top:		none;
}
.sf-navbar li ul {
    width:			44em; /*IE6 soils itself without this*/
}
.sf-navbar li li {
    background:		#BDD2FF;
    position:		relative;
}
.sf-navbar li li ul {
    width:			13em;
}
.sf-navbar li li li {
    width:			100%;
}
.sf-navbar ul li {
    width:			auto;
    float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
    border:			none;
}
.sf-navbar li.current {
    background:		#BDD2FF;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
    background:		#BDD2FF;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
    background:		#D1DFFF;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
    background:		#E6EEFF;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
    left:			0;
    top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
    top: 			-999em;
}

.sf-navbar li li.current > a {
    font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}


/*** remove shadow on first submenu ***/
/*
.sf-navbar > li > ul {
    background: transparent;
    padding: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}
*/






/* LAYOUT */

#menu-wrapper {
    background-image: url(../img/style/menu/glossy-blue.png);
}

#columns {
    border-color: #01101b;
}

#copyright {
    background-image: url(../img/style/footer-copyright/blue.png);
    color: #969696;
}

/* HEADER */

#logo-text a {
    color: #ffffff;
}

/* columns MENU */

#menu-wrapper .menu a {
    color: #f2f2f2;
}

#menu-wrapper .menu a:hover,
#menu-wrapper .menu a.menu-home:hover {
    background-image: url(../img/style/menu/glossy-blue.png);
}

#menu-wrapper .menu li ul {
    background: #073659;
    border-top: 1px solid #073659;
    border-bottom: 1px solid #01101b;
    border-right: 1px solid #01101b;
    border-left: 1px solid #01101b;
}

#menu-wrapper .menu li ul ul {
    border: 1px solid #01101b;
}

#menu-wrapper .menu li li a:focus,
#menu-wrapper .menu li li a:hover,
#menu-wrapper .menu li li a:active {
    background: #03233a;
}

#menu-wrapper .menu li li a,
#menu-wrapper .menu li li a:visited {
    color: #f2f2f2;
}

.sf-sub-indicator {
    background-image: url(../img/shared/arrows-light.png);
}

/* SEARCH */

#search .left,
#search .middle,
#search .right {
    background-image: url(../img/style/search/blue.png)
}

#search .search-input {
    color: #cccccc;
}

#search .submit {
    background-image: url(../img/style/search/submit-dark.png);
}

/* BLOG */

#content .entry h3 a:hover,
#content .archive h3 a:hover {
    color: #1974b3;
}

/* FOOTER AREA */

#footer-widget-area {
    background-image: url(../img/style/footer-widgets/blue.png);
    background-color: #08395b;
    color: #cccccc;
}

#footer-widget-area .widget ul li a {
    color: #ffffff;
}

/* SIDEBAR */

#sidebar .widget li a:hover {
    color: #1974b3;
}

/* SLIDESHOW */

#slideshow-nav {
    background-image: url(../img/style/slide-nav/blue.png)
}

#slideshow-nav-inner a {
    background-image: url(../img/style/slide-buttons/blue.png);
}	

/* Jaybich Simple Contact Widget */

#footer-widget-area .widget ul.themeblvd-simple-contact li {
    background-image: url(../img/shared/simple-contact-dark.png);
}

#footer-widget-area .widget ul.themeblvd-simple-contact li a {
    color: #ffffff;
}

.block_various_links { list-style: none }
.block_various_links li a { text-decoration: none }
.block_various_links li {
	display: inline;
	border-left: 1px solid #888;
	padding: 0 2px 0 4px
}
.block_various_links li.first_item {
	border: none;
	padding-left: 0
}


#offering-products_block_center #gmpromo {margin:5px 0;text-align:center}
#offering-products_block_center #gmpromo span.product {float:left;width:133px;}
#offering-products_block_center #gmpromo span.promo {float:left;}

