html {
}

body {
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    background-image: url('../gfx/bg_tile.jpg');
    background-position: top center;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    color: #222222;
}

#background {
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url('../gfx/bg_top.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
}

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

#header {
    height: 200px;
}

#top-menu {
    list-style: none;
    margin: 0 10px;
    padding: 0;
}

#top-menu li {
    float: left;
}

#top-menu li.logo {
    float: right;
	padding-left: 5px;
	padding-top: 5px;
	
}
#top-menu li.logo a:hover {
	background-color: transparent;	
}

#top-menu li a {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #b0620d;
}

#top-menu li.logo a {
    padding: 0;
}

#top-menu li a:hover, #top-menu li.active a {
    color: #492600;
    background-color: #ffffff;
}

#login-box {
    float: right;
    width: 300px;
    height: 120px;
    margin: 20px 10px 10px 10px;
}

#logo {
    float: left;
    margin: 40px 0 0 40px;
}

#cart-container {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #b0620d;
}

h1, h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #b0620d;
}

h2 {
	color: #666666;
	font-size: 16px;	
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 5px 0;	
}


h3 {
    margin: 5px 0;
    padding: 0;
}

h4 {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	margin: 2px 0;
	padding: 0;
}

#content-background {
    background-color: #ffffff;
    top: 180px;
    left: -20px;
    right: -20px;
    bottom: -10px;
    position: absolute;
    z-index: -1;
}

#content {
    margin: 20px 20px 10px 20px;
    padding: 0 0 5px 0;
    position: relative;
}

#footer {
	margin: 0;
	padding: 0;
	height: 120px;
	background-image: url('../gfx/bg_footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}

#footer-content {
	width: 960px;
	margin: 0 auto;
	color: #333333;
}

#footer-menu {
	list-style: none;
	margin: 0 0 0 70px;
	padding: 35px 0 0 0;
	float: left;
}

#footer-menu li {
	display: inline;
	padding: 0 2px;
}

#footer-menu a {
	color: #444444;
}

#footer-menu a:hover {
	color: #222222;
}

#footer-bottom {
	margin-top: 18px;
}

div.cf {
    clear: both;
}

label {
    line-height: 22px;
    color: #222222;
    float: left;
    width: 120px;
    margin: 2px 0;
}

input, select, textarea {
    width: 190px;
    border: 1px solid #dedcd7;
    margin: 2px 0;
    padding: 3px;
    color: #444444;
    font-size: 12px;
    border-radius: 3px;
    background-color: #ffffff;
    -moz-border-radius: 3px;
    font-family: Helvetica, Arial, sans-serif;
}

div.input {
	display: inline-block;
	width: 190px;
    border: 1px solid #dedcd7;
    margin: 2px 0;
    padding: 3px;
    color: #444444;
    font-size: 12px;
    border-radius: 3px;
    background-color: #ffffff;
    -moz-border-radius: 3px;
    font-family: Helvetica, Arial, sans-serif;
    height: 16px;
    overflow: hidden;
}

select {
	width: 197px;
	padding: 2px 3px;	
}

a {
    color: #af610c;
    text-decoration: underline;
}

a:hover {
    color: #ba6b16;
}

input.button, a.button, button.button {
    width: auto;
    font-size: 12px;
    padding: 3px 6px;
    margin: 2px 0;
    border: 1px solid #aaaaaa;
    background-color: #eeeeee;
    color: #444444;
    text-decoration: none;
    border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px #eeeeee;
	box-shadow: 0 1px 3px #eeeeee;
	-moz-box-shadow: 0 1px 3px #eeeeee;
	font-weight: bold;
}


button.delete {
	color: #AB3000;
	border-color: #AB3000;
	background-color: #F5B69D;
}

input.button:hover, a.button:hover, button.button:hover {
	background-color: #fafafa;
}

button.delete:hover {
	background-color: #F58D64;
}

input.orange, a.orange, button.orange {
    background-color: #cf770f;
    color: #eeeeee !important;
    border-color: #a85d04;
}

input.orange:hover, a.orange:hover, button.orange:hover {
    background-color: #dc8b2a;
}

input.green, a.green, button.green {
    background-color: #47ae2c;
    color: #eeeeee !important;
    border-color: #1c6e06;
}

input.green:hover, a.green:hover, button.green:hover {
    background-color: #55ba3a;
}

input.blue, a.blue, button.blue {
    background-color: #57B2EB;
    color: #eeeeee !important;
    border-color: #1c6e06;
}

input.blue:hover, a.blue:hover, button.blue:hover {
    background-color: #7EC6F2;
}

span.no-account {
    float: left;
    line-height: 22px;
    margin: 2px 0;
}

img {
    border: 0;
}

img.image {
    border: 1px solid #ffffff;
}

div.rotator div.entry {
	width: 610px;
	height: 280px;	
}

div#column-left {
    float: left;
    width: 610px;
    font-size: 11px;
}

div#column-right {
	margin-top: 10px;
	float: left;
	width: 280px;
	font-size: 11px;
	margin-left: 20px;	
}

div#column-left p, div#column-right p {
    text-align: justify;
}

div.entry {
    position: relative;
}

div.entry a.order-gallery {
    position: absolute;
    bottom: 60px;
    right: 30px;
}

div.entry a.order-own {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

div.column-100 {
    margin-bottom: 20px;
}



div.column-50 {
    margin-bottom: 20px;
    width: 300px;
    margin-right: 10px;
    float: left;
}

div.last {
    margin-right: 0;
}

div.hr {
    font-size: 0;
    margin: 5px 0 10px 0;
    height: 1px;
    width: 100%;
    background-color: #cccccc;
    clear: both;
}

div.right-banner {
	width: 100%;
	height: 80px;
	margin-bottom: 10px;
	overflow: hidden;
}

div.banner-container {
	width: 280px;
	height: 80px;	
}

div.banner-body {
	width: 280px;
	height: 80px;
	vertical-align : middle; 
	display : table-cell;
	cursor: pointer;
	cursor: hand;
}

div.right-banner a {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;	
}

div.b1 {
	background-image: url('../gfx/banner_1.jpg');
}

div.b2 {
	background-image: url('../gfx/banner_2.jpg');
}

div.b3 {
	background-image: url('../gfx/banner_3.jpg');
}

#breadcumb {
	list-style: none;
	margin: 0;
	padding: 2px 2px 3px 0;
}

#breadcumb li {
	display: inline;
	margin: 0;
	padding: 0 1px;
}

#breadcumb li a {
	text-decoration: none;
}

div.sort {
	width: auto;
	padding: 10px 5px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

div.sort a {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	padding: 3px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	color: #666666;
}

div.sort a:hover {
	border: 1px solid #cccccc;
	color: #222222;
}

div.sort a.current {
	border: 1px solid #444444;
	color: #333333;
	font-weight: bold;	
}

div.sort a.asc {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url('../gfx/asc.png');
}

div.sort a.desc {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url('../gfx/desc.png');
}

div.gallery-entry {
	float: left;
	margin: 6px;
	padding: 3px;
	width: 126px;
	height: 164px;
	
	overflow: hidden;
}

div.gallery-entry div.image {
	width: 120px;
	height: 120px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

div.gallery-entry div.description {
	text-align: center;
	margin-top: 6px;
}

div.image a {
	display: block;
}

div.image img {
	-webkit-box-shadow: 2px 2px 3px #aaaaaa;
	-moz-box-shadow: 2px 2px 3px #aaaaaa;
	box-shadow: 2px 2px 3px #aaaaaa;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#aaaaaa, offX=2, offY=2, positive=true);
}

div.no-shadow img {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	filter: none !important;
}

a.title {
	font-weight: bold;
	text-decoration: none;
}

a.subtitle {
	color: #555555;
	text-decoration: none;
}

ul.category-tree {
	list-style: none;
	margin: 10px 0;
	padding: 0 0 0 5px;
}

ul.category-tree ul {
	list-style: none;
	padding: 1px 0 1px 15px;	
}

ul.category-tree li {
	margin: 3px 0;	
}

ul.category-tree a {
	font-size: 12px;
	text-decoration: none;
	color: #444444;
}

ul.category-tree a.active {
	color: #b0620d; 
	font-weight: bold;
}

div.pager {
	margin: 10px 0;
	line-height: 22px;
}

div.pager div.found {
	float: left;	
}

div.pager div.pages {
	float: right;	
	margin-left: 10px
}

div.pager div.page {
	float: right;
}

div.pager span {
	float: left;
	line-height: 22px;
	margin-right: 10px;
	font-size: 10px;
}

div.pager ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

div.pager ul li {
	float: left;
	margin: 0 2px;
	width: 22px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

div.pager ul li a {
	text-decoration: none;
	display: block;
	background-color: #eeeeee;
	color: #999999;
	border: none;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
    border-radius: 3px;
}

div.pager ul li a:hover {
	color: #222222;
}

th.c, td.c {
	text-align: center;
}

th.r, td.r {
	text-align: right;
}

th.l, td.l {
	text-align: left;
}

table {
	border-collapse: collapse;	
}

thead tr {
	border-bottom: 1px solid #cccccc;
}

td {
	padding: 4px 5px;
}

tr.np, tr.p {
	border-bottom: 1px solid #dddddd;
}	

input.error {
	border: 1px solid #dd0000;
}

input.cart-quantity {
	width: 50px;
	text-align: right;	
}

/* JCROP CSS */
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; margin: 0 auto;}

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

select {
	font-size: 11px;
	line-height: 11px;
}

div.gallery-rotator {
	position: relative;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-color: #eeeeee;
	width: 600px;
	height: 400px;
	cursor: pointer;
	cursor: hand;
}

div.label {
	width: 300px;
	font-weight: bold;
	float: left;
}

div.userProfileInfo div.label {
	width: 220px;	
}

div.user-description {
	width: 170px;
	float: left;	
}

div.user div.image {
	float: left;
	text-align: center;
	margin: 8px 10px;
}

ul.errors, ul.validation-errors {
	color: #AB3000;
	list-style: none;
}

.required {
	color: #AB3000;
	padding: 0 3px;
}

ul.success {
	color: #3AA305;
	list-style: none;
}

ul.alerts {
	list-style: none;
	margin: 10px 30px;
	background-color: #F2E057;
	border: 1px solid #C9AA2C;
}

ul.alerts li {
	padding: 10px;
	margin: 0;
}

div.checkbox {
	margin: 20px 0;	
}

div.checkbox input {
	float: left;
	margin-left: 120px;
	margin-right: 5px;
	width: auto;
	text-align: right;
}

div.checkbox label {
	float: left;
	width: auto;	
} 

div.help {
	float: right;
	
}

div.help a {
	text-decoration: none;
	color: #333355;
	font-weight: bold;
	position: relative;
	top: -20px;
	right: 6px;
}

div.help a img {
	vertical-align: -4px;
}

div#crop-warning {
	margin: 5px 0;
	padding: 5px;
	background-color: #EDDE32;
	border: 1px solid #B38710;
	color: #8F6711;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

div#crop-error {
	margin: 5px 0;
	padding: 5px;
	background-color: #F26666;
	border: 1px solid #BA1A1A;
	color: #82001C;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

div.important-block {
	font-size: 11px;
	border: 1px solid #9EC6F0;
	background-color: #D5E8F7;
	margin: 4px 0;
	padding: 6px 4px 4px 4px;
	color: #2C68A8;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

table.order-details {
	width: auto;
	border: none;
	border-collapse: collapse;
}

table.order-details td, table.order-details th {
	border-bottom: 1px solid #dddddd;
	vertical-align: top;
}

div.spacer {
	height: 30px;
}

div.quickbuy {
	float: left;

}

table.quickbuy-table {
	border-collapse: collapse;
}

table.quickbuy-table td {
	padding: 3px;
	text-align: center;
}

table.quickbuy-table th {
	padding: 5px;
	background-color: #fafafa;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

table.quickbuy-table td.value {
	font-size: 12px;
	font-weight: bold;
}

table.quickbuy-table td.value a {
	display: inline-block;
	border: 1px solid #3E7808;
	padding: 2px 5px;
	min-width: 25px;
	text-decoration: none;
	border-radius: 4px;
	color: #ffffff;
	background-color: #5BAD0E;
	white-space: nowrap;
}

table.quickbuy-table td.value a:hover {
	background-color: #70CC1B;
}

.wait {
	display: none;	
}

div.progress {
	height: 10px;
	width: 280px;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
	font-size: 1px;
	padding: 1px;
	margin: 5px 0;
}
div.progress-value {
	background-color: rgb(200, 60, 0);
	height: 10px;
	font-size: 1px;
	width: 0%;
}

#imgPreview {
	background-color: #ffffff;
	border: 6px solid #eeeeee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}
