/*
* DEFAULT RULES REMOVAL
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

fieldset, img {
	border: none;
}


/*
* BASIC STYLES
*/

body {
	min-width: 800px;
	padding: 28px 20px 20px;
	background: #e1e2de;
	color: #3d3d3d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}

#main-container {
	margin: 0 auto;
}


/*
* COMMON ITEMS
*/

a {
	color: #b10000;
	text-decoration: underline;
	outline: none;
}

a:hover,
a:focus,
a:active {
	color: #5a0101;
}

p {
	margin: 0 0 10px;
	line-height: 1.4em;
}

input.button,
input.submit {
	cursor: pointer;
}

h2 {
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	margin-bottom: 4px;
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	margin-bottom: 4px;
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

h6 {
	font-size: .85em;
	font-weight: bold;
	font-style: italic;
}

ul, ol {
	margin: 10px 30px;
}


/*
* HIDDEN ELEMENTS
*/

.hidden,
.aural,
.ui-tabs-hide,
#horizontal-navigation h2,
#footer h2,
#copyright-bar h3 {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
	height: 0 !important;
}


/*
* HEADER
*/

#header {
	
}

#header:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#header h1 {
	display: inline;
	height: 75px;
	line-height: 75px;
	margin: 0;
	float: left;
}


/*
* CART SUMMARY
*/

#header-cart-summary {
	padding: 20px 0 0 0;
	text-align: right;
}

#header-cart-summary h2 {
	display: inline;
	line-height: 20px;
	margin: 0 3px 0 0;
}

#header-cart-summary p {
	display: inline;
	line-height: 20px;
	margin: 0;
}


/*
* HORIZONTAL NAVIGATION
*/

#horizontal-navigation {
	padding: 0;
	margin: 0 0 20px;
}

#horizontal-navigation h2 {
	display: none;
}

#horizontal-navigation div {
	width: 100%;
	display: table;
}

#horizontal-navigation ul {
	display: table-row;
	line-height: 30px;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

#horizontal-navigation ul:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#horizontal-navigation ul li {
	display: table-cell;
	min-width: 100px;
	text-align: center;
}

#horizontal-navigation ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
}


/*
* FOOTER
*/

#footer {
	padding: 20px;
	margin: 0 0 10px;
}

#footer:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#footer ul {
	margin: 0;
}

#footer ul li {
	display: inline;
	min-width: 100px;
	float: left;
	margin: 0 40px 0 0;
}

#footer h3 {
	margin: 0 0 8px;
}

#footer ul li li {
	display: block;
	min-width: 0;
	float: none;
	margin: 0 0 8px;
}

#footer a {
	display: block;
}


/*
* COPYRIGHT BAR
*/

#copyright-bar {
	padding: 0 10px;
	margin: 0;
}

#copyright-bar:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#copyright-bar ul {
	display: inline;
	margin: 0;
	float: left;
}

#copyright-bar ul li {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 5px 0 0;
	float: left;
	border-left: solid 1px #464646;
}

#copyright-bar ul li:first-child {
	padding-left: 0;
	border-left: none;
}

#copyright-bar p {
	text-align: right;
}


/*
* LAYOUT
*/

#content {
	position: relative;
	margin-bottom: -20px;
}

#content:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.layout-boxes {
	padding-bottom: 20px;
}

.layout-column {
	display: inline;
	min-height: 10px;
	padding-bottom: 20px;
	margin-bottom: -20px;
	float: left;
	position: relative;
}

.layout-boxes .boxes-options {
	clear: both;
	z-index: 10;
}

.layout-boxes .boxes-options ul {
	margin: 0 0 15px;
	list-style: none;
}

.layout-boxes .boxes-options li {
	margin-bottom: 10px;
	float: left;
	width: 20%;
}

.layout-boxes .boxes-options li input {
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.layout-boxes .boxes-options li label {
	display: block;
	padding-right: 15px;
}


/*
* LAYOUT BOX
*/

.layout-box {
	margin: 0 0 20px;
	border: solid 1px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

.layout-box .layout-box-resize {
	position: absolute;
	right: -3px;
	top: 0;
	bottom: 0;
	width: 6px;
	cursor: col-resize;
}

.layout-box-place {
	margin: 0 0 20px;
	height: 34px;
	border: dashed 2px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: .2;
}

.layout-box-place-invalid {
	background: transparent url('../../_images_frontend/backgrounds/place-invalid.png') center center no-repeat;
}

.layout-box-header {
	padding: 0 8px;
	margin: 0;
}

.layout-box-header:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.layout-box-option-header-false .layout-box-header {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
	height: 0 !important;
}

.layout-box-header h3 {
	display: inline;
	/*float: left;*/
	line-height: 34px;
	padding: 0 2px;
	margin: 0;
	font-size: 1em;
}

.layout-box-header .layout-box-icon {
	display: inline;
	float: right;
	width: 16px;
	height: 16px;
	margin: 0;
	cursor: pointer;
}

.layout-box-header .layout-box-icon:hover {
	opacity: .6;
}

.layout-box-header .layout-box-move {
	cursor: move;
}

.layout-box-header .layout-box-collapse,
.layout-box-header .layout-box-uncollapse {
	float: left;
	margin-left: -4px;
	margin-right: 0;
}

.layout-box-header .layout-box-close {
}

/*.ui-sortable-helper .layout-box-content {
	display: none;
}*/

.layout-box-content {
	padding: 10px 10px 0;
}

.layout-box-content:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.layout-box-collapsed .layout-box-content {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
	height: 0 !important;
}


/*
* CATEGORY MENU
*/

.category-menu {
	margin: 0 0 5px;
	list-style: none;
}

.category-menu ul {
	margin: 0 0 0 5px;
	list-style: none;
}

.category-menu a {
	display: block;
	padding-bottom: 5px;
}

.category-menu > li > a {
	font-size: 1.4em;
	font-weight: bold;
}


/*
* POLL
*/

#poll ul {
	margin: 10px 0 10px 5px;
	list-style: none;
}

#poll ul li {
	margin: 0 0 5px;
}

#poll ul li input {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

#poll > input {
	width: 100%;
}

#pool-span {
	text-align: center;
	font-weight: bold;
}


/*
* PRODUCT LIST
*/

.product-list-short {
	padding: 0 0 1px;
	margin: 0 -12px 0 -2px;
	list-style: none;
}

.product-list-short:after {
 content: '.'; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.product-list-short li {
	display: inline;
	width: 200px;
	padding: 9px;
	margin: 0 10px 10px 0;
	float: left;
	position: relative;
	text-align: center;
}

.product-list-short li h4 a {
	text-decoration: none;
}

.product-list-short li h4 strong {
	display: block;
	font-size: .8em;
	text-align: left;
}

.product-list-short li h4 .image {
	display: block;
	line-height: 100px;
	min-height: 100px;
	margin: 10px 0 10px;
	text-align: center;
}

.product-list-short li h4 .image img {
	display: inline;
	vertical-align: middle;
}


