body, td, th, input, select, textarea {
	font:13px Arial, Tahoma;
}
body{
	margin:0;
	padding:0;
	line-height: 1.4em;
	color: #3d3d3d;
	background: url('../images/body_bg.jpg') #e8e8e8 repeat top center;
}
a{
	text-decoration:none;
	color: #666;
}
a:hover{
	color: #e91e27;
    text-decoration:none;
}
div, h1, h2, h3, h4, h5, img, form, table, tr, th, td, dl, dt, dd {
	margin:0;
	padding:0;
	border: 0;
}
p {
    margin: 1em 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic; /* fixed IE images scaling */
}
table {
	width: 100%;
	empty-cells: show;
	border-spacing: 0;
}
h1 {
    font-size: 1.4em;
	font-weight: bold;
}
h1,
h1 a,
h1 a:hover {
	color: #b41f24;
}
h2 {
	font-weight: bold;
	padding-bottom: 0.5em;
/*	color: #ff1d42;
	color: #73c0dc;*/
	font-size: 1.1em;
}
h3 {
	font-family: tahoma;
	font-size: 110%;
	font-weight: bold;
	color: #5d88ae;
	padding: 0.5em 0.5em 0.5em 0;
	margin-bottom: 0.5em;
}

ul, ol {
	margin: 0.5em 0 0.5em 1em;
	padding: 0 0 0 1em;
}
li {
	margin: 0.2em 0 0.2em 0;
}
small {
    font-size: 0.9em;
    font-weight: normal;
}
hr {
    padding: 0;
    margin: 20px 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
}
.clear {
	clear:both;
	line-height:0;
	height:0;
}
.fr { float: right }
.fl { float: left }
.r { text-align: right }
.b { font-weight: bold }
.hint { color: #777; }
.breadcrumb,
.breadcrumb a {
    font-size: 0.9em;
    color: #888;
    margin: 1.2em 0;
}
.breadcrumb {
    word-spacing: 0.3em;
}
.breadcrumb a:hover {
    color: #666;
    text-decoration: none;
}

/*------------------ form ------------------*/
form fieldset,
form .checkbox,
form .select {
	margin: 0;
	padding: 0;
    border: 0;
}
form fieldset {
    margin: 0 0 10px 0;
    padding: 5px;
}
form .box {
    background-color: #f9f9f9;
    border: 2px solid #efefef;
}
form .text,
form .textarea,
form .select {
	border: 1px solid #d7d7d7;
    width: 100%;
}
form dl .optional {
    color: #757575;
}
form dt {
    padding: 4px;
    font-weight: bold;
}
form dd {
	padding: 4px 7px 4px 4px;
}
form legend,
form h2 {
    margin: 0;
    padding: 0.5em 0;
    text-indent: 0.5em;
	font-weight: bold;
	/*color: #004993;*/
    color: #333;
	font-size: 1.1em;
    background-color: #f1f1f1;
    width: 100%;
}
form .error {
	background-color: #ffe4ea;
}
form .single,
form .double,
form .triple,
form .quadruple {
    float: left;
	width: 25%;
	margin: 5px 0;
}
form .double {
    width: 50%;
}
form .triple {
    width: 75%;
}
form .quadruple {
    width: 100%;
}
form .mce_page,
form .mce_comment,
form .mce_description {
    border: 0;
}
/* .note places same line with input
    .hint places below input */
form .note,
form .hint {
    font-size: 90%;
    color: #888;
    font-weight: normal;
    padding-top: 0.5em;
}
form .hint {
    padding: 0;
}
form .submit {
    padding: 7px;
    margin: 10px 0 0 0;
}
form .submit .button {
    padding: 0.3em 1.5em;
    background-color:#545454;
    color: #fff;
}
form p {
    line-height: 2.2em;
}
form .hint_area {
    border:2px solid #f1f1f1;
    background-color: #f8f8f8;
    color: #666;
}

/*------------------ form response ------------------*/
#response {
}
#response ul,
#response li {
	padding: 0;
	margin: 0;
    list-style: none;
}
#response .fatal,
#response .success {
	padding: 1em;
    margin: 0 0 10px 0;
}
#response .fatal {
	/*color: #fff;
	background-color: #92224b;*/

	color: #a00029;
    border-top: 1px solid #faafb5;
    border-bottom: 1px solid #faafb5;
    background-color: #ffeff3;
}
#response .fatal ul {
	padding: 0.5em 14px 0 14px;
	margin: 0;
}
#response .fatal li {
	padding: 0.3em 0;
	list-style: disc;
}
#response .fatal dt,
#response .fatal dd {
    padding-left: 20px;
}
#response .fatal dt {
	background: url('../images/exclamation.html') no-repeat center left;
}
#response .success {
	color: #4d7c09;
    border-top: 1px solid #ceef9e;
    border-bottom: 1px solid #ceef9e;
    background-color: #e9fad0;
}
#response .success dt {
    padding-left: 20px;
	background: url('../images/tick.html') no-repeat center left;
}
#response .warning {
	color: #fff;
	background-color: #92224b;
}

/*------------------ curved ------------------*/
.curved,
.small_curved,
.small_curved_top,
.medium_curved,
.button {
    border: 0 solid #fff;
}
.curved {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -border-radius: 10px;
    border-radius: 10px;
}
.small_curved {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -border-radius: 5px;
    border-radius: 5px;
}
.small_curved_top {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    -border-radius-topleft: 5px;
    -border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.medium_curved {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -border-radius: 8px;
    border-radius: 8px;
}

/*------------------ sprites ------------------*/
/*
.icons {
    background: url('../images/icons.png') no-repeat;
}
.widgets {
    background: url('../images/widgets.png') no-repeat;
}
#header_wrapper .cart_status {
    background: url('../images/cart.png') no-repeat;
}
*/
/*------------------ layout ------------------*/
#outer_wrapper {
    background: url('../images/outer_wrapper_bg.jpg') no-repeat top center;
    min-height: 500px;
}
#header_wrapper,
#content_wrapper,
#footer_wrapper {
    margin: 10px auto;
    width: 950px;
}
#header_wrapper {
    background: url('../images/header_wrapper_bg.png') no-repeat top center;
    height: 134px;
}
#header_wrapper .logo_wrapper {
    float: left;
    margin: 15px;
}
#header_wrapper .logo {
    background: url('../images/logo.png') no-repeat left center;
    display: block;
    width: 300px;
    height: 80px;
}
#header_wrapper .nav_wrapper {
    float: right;
}

#header_wrapper .search {
    background: url('../images/search.png') no-repeat left center;
    width: 308px;
    height: 40px;
    margin: 35px;
}
#header_wrapper .search fieldset .text {
    background-color: #e5e5e5;
    border: 0;
    margin: 10px 0 0 40px;
    width: 235px;
}

#content_wrapper {
    clear: both;
}

#main .padding {
    padding: 15px;
}
#main {
}
#footer {
    border-top: 1px solid #d1d1d1;
    margin: 30px 0;
}
#footer .copyright,
#footer .copyright a {
    color: #3d3d3d;
}
#footer .copyright {
    margin: 15px 0;
    text-align: center;
}
#footer .copyright a:hover {
    color: #777;
}

/*------------------ pagination ------------------*/
#pagination {
	clear: both;
	padding: 1em 0 2em 0;
	color: #737373;
}
#pagination .total {
	float: left;
	text-align: left;
	padding-right: 15px;
	color: #b41f24;
}
#pagination .pages {
	float: left;
	text-align: left;
	word-spacing: 0.5em;
}
#pagination .current,
#pagination a {
    padding: 0.2em 0.5em;
    border: 1px solid #d1d1d1;
}
#pagination .current {
    background-color: #fff;
    color: #df2e66;
}
#pagination a {
	color: #b41f24;
	text-decoration: none;
    background-color: #e8e8e8;
}
#pagination a:hover {
    color: #e91e27;
    background-color: #fff;
}
#pagination .disabled {
	color: #999;
}

/*------------------ page ------------------*/
#page a,
#article a{
	color: #ff4aad;
}
#page a:hover,
#article a:hover {
	color: #f5085b;
}

/*------------------ product ------------------*/
#product p {
    padding: 0.5em 0;
}
#product a{
}
#product a:hover{
}
#product .image {
	float: right;
    width: 500px;
}
#product .details {
	float: left;
	width: 390px;
}
#product .details th,
#product .details td {
    line-height: 1.5em;
    border-bottom: 1px solid #d1d1d1;
    padding: 0.5em 0;
}
#product .details th {
    font-weight: bold;
    width: 150px;
    clear: both;
    padding-right: 1em;
    text-align: left;
    vertical-align: top;
}
#product .details td {
}
#product .details form {
    margin: 0 0 20px 0;
}
#product .details p{
    margin: 0.5em 0 0.5em 0;
}
#product .details .variants,
#product .details .variants li,
#product .details .variants input {
    padding: 0;
    margin: 0;
}
#product .details .variants li {
    list-style: none;
    /*line-height: 2em;*/
    padding-bottom: 0.5em;
}
#product .details .quantity{
    float: left;
    padding-right: 10px;
}
#product .details .quantity input {
    width: 30px;
}
#product .featured_image {
    text-align: right;
}
#product .featured_image img {
    border:1px solid #d9d9d9;
}
#product .textbox {
	font-size: 90%;
}
#product .price {
/*	color: #ff6b83;*/
/* color: #cb6ec5;*/
}
#product .compare_at_price  {
	text-decoration: line-through;
}
#product .description {
	overflow: hidden;
    margin: 20px 0 0 0;
}
#product .related {
}
#product .related ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#product .related li {
	float:left;
	font-weight:bold;
	color: #ff6b83;
	text-align: center;
	width: 120px;
	height: 160px;
	padding: 0 10px 10px 0;
}
#product .related li .image {
	height: 90px;
}
#product .related li .price {
	color:#539bb4;
	font-weight:bold;
}
#product .extra_images {
	padding: 0 0 10px 0;
}
#product .extra_images ul {
	padding: 0;
	margin: 20px 0;
	list-style: none;
}
#product .extra_images li {
}
#product .extra_images li div {
	float: left;
	text-align: left;
	width: 100px;
	height: 100px;
	background: url('../images/blank.html') no-repeat center center #fff;
    margin: 5px 10px 5px 0;
    border: 1px solid #eaeaea;
}
#product .button {
    border: 1px solid #bbb;
    background-color: #fff;
    padding: 0.3em 2em;
}
#product .button:hover {
    background-color: #f8f8f8;
}

#product .frontstore {
    display: block;
    margin: 0.5em 0 1.5em 0;
}

/*------------------ products ------------------*/
#products {
    background: url('../images/shelf.png') repeat-y top center;
}
#products a {
    color: #2b2b2b;
}
#products a:hover {
    color: #e91e27;
}
#products .grid,
#products .grid li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#products .grid {
    margin: 0 0 0 35px;
}
#products .grid li {
    float: left;
    width: 300px;
    height: 118px;
    margin: 31px 0 31px 0;
    overflow: hidden;
    background: url('../images/thumb_shadow.png') no-repeat left bottom;
    display: block;
}
#products .image {
    margin: 0 18px 0 0;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    background-color: #f7f7f7;
    padding: 4px;
}
#products .text {
    float: left;
    width: 150px;
    height: 90px;
    overflow: hidden;
}
#products .title {
    height: 65px;
    overflow: hidden;
    line-height: 1.3em;
    margin: 4px;
    display: block;
}
#products .price {
    color: #606060;
    font-weight: bold;
    display: block;
}
#products .buy {
    float: right;
}
#products .buy a{
    color: #fa263c;
}
#products .buy .add_button {
    background: url('../images/cart.html') no-repeat 0 -80px;
    width: 23px;
    height: 18px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#products .tags {
    margin: 0 0 20px 0;
    border: 1px dashed #ccc;
    background: #f8f8f8;
    max-height: 150px;
    overflow: auto;
}
#products .tags ul,
#products .tags li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#products .tags li {
    float: left;
    width: 30%;
    padding: 0 0 0 18px;
    background: url('../images/bullet.html') no-repeat left center;
}
#products .tags a {
    margin: 0.2em;
    line-height: 2.5em;
    padding: 6px;
    text-decoration: none;
    color: #960481;
}
#products .tags a:hover {
    background: #ff1b91;
    color: #fff;
}

/*------------------ frontpage ------------------*/

    font-weight: normal;
    font-size: 1em;
    color: #3d3d3d;
}