html, body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
    margin: 0 auto;
    background-color: white;
    color: #625999;
}

input, select, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding: 3px;
	color: #625999;
}

img {
    border:0;
}

hr {
    padding:0;
    margin:0;
    height: 0;
    border: 0 none;
    display: none;
}

h1 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 50px 0 10px 0;
    margin:0 0 20px 0;
    border-bottom: 3px solid #625999;
}

h1.header_new {
    margin-bottom: 0;
}

a {
    color: #625999;
    outline: none;
}

#header {
    margin: 0 auto;
    height: 25px;
    overflow: hidden;
}

#header_content {
    margin: 0 auto;
    width: 880px;
}

#menu_top {
    padding-left: 155px;
}

#menu_top div {
    float: left;
    padding: 6px 10px 6px 10px;
}

#menu_top div a{
    color: white;
    text-decoration: none;
}

#menu_top div.active  {
    background-color: white;
}

#menu_top div.active a {
    color: #625999;
}

#menu_top div.next {
    background: url('/data/img/next-corner.png') no-repeat bottom right;
}

#menu_top div.prev {
    background: url('/data/img/prev-corner.png') no-repeat bottom left;
}

#header_tools a.active {
    padding-bottom: 1px;
    border-bottom: 1px solid white;
    line-height:1.5em;
}

#header_tools{
    float:right;
    padding-top: 3px;
}

#header_tools a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 5px;
}

#search_form {
    float:right;
    padding-right: 30px;
}

#search_btn {
    border: 0;
    background: url('/data/img/search_btn.png') no-repeat 0 3px;
    width:12px;
    height: 19px;
}

#search {
    margin-top: 3px;
    border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 165px;
    height: 13px;
}

#site {
    width: 880px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

#left_sidebar {
    width: 165px;
    overflow: hidden;
    padding-top: 50px;
    float: left;
    text-align: left;
}

#left_sidebar .left_sidebar_banner {
    margin-bottom: 10px;
}

#logo {
    margin-bottom: 50px;
}

#menu {
    border-top: 3px solid #625999;
    padding-top: 5px;
    margin-bottom: 50px;
}

#menu div {
    line-height: 18px;
}

#menu .level_1 {
    font-weight: bold;
}

#menu .level_1 a {
    text-decoration: none;
}

#menu .level_2 a {
    text-decoration: none;
}

#content {
    text-align: left;
    line-height: 16px;
    padding-left: 190px;
}

#content table {
    border-collapse: collapse;
    margin-bottom: 10px;
}

#content table tr td {
    padding-right: 10px;
}

#content p {
    margin: 0 0 10px 0;
}


#content .content_med {
    width: 515px;
    overflow: hidden;
}

#content .content_small {
    width: 165px;
    overflow: hidden;
}

.product_small {
    position: relative;
    border-top: 3px solid #625999;
    height: 300px;
}

.product_small a {
    text-decoration: none;
}

.product_small h2 {
    font-size: 11px;
    margin: 10px 0 20px 0;
}

.product_small a img {
    position: absolute;
    top: 52px;
}

.product_small a img.discount {
    position: absolute;
    top: 60px;
    left:10px;
}

.product_small .intro {
    position: absolute;
    top: 205px;
}

.product_small span {
    font-size: 1.5em;
    font-weight: bold;
    white-space: nowrap;
}

.product_small span.old {
    color: #ccc;
    text-decoration: line-through;
}
.product_small span.new {
    color: #FFCF00;
}

#products_group_descr {
    padding-bottom: 50px;
}

#image_navigation {
    text-align: right;
    height: 20px;
}

#image_navigation a {
    text-decoration: none;
}

#image_navigation a.active {
    text-decoration: underline;
}

#attributes {
    margin: 20px 0 0 0;
    
}

#attributes div.icon {
    float:left;
    line-height: 0px;
    margin-right: 5px;
}

#attributes div.attributes_block {
    float:left;
    padding: 0 10px 10px 0;
    white-space: nowrap;
}

#attributes span {
    line-height: 28px;
}

#metadata {
    margin: 10px 0 20px 0;
    padding: 10px;
    color: white;
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#right_sidebar {
    margin-top: 71px;
    line-height: 9px;
}

#right_sidebar a {
    line-height: 0px;
}

#right_sidebar img {
    margin:0 0 20px 20px;
}

#right_sidebar h2 {
    text-transform: uppercase;
    font-size: 9px;
    margin: 0 0 10px 0;
}

#right_sidebar .nav-button {
    padding-bottom: 40px;
}

#right_sidebar .nav-button img {
    margin:0 0 10px 20px;
}

#search_results {
    padding-bottom: 50px;
}

#google_map {
    height:350px;
    width:515px;
    margin: 0 0 20px 0;
}

#footer {
    padding: 50px 0 20px 0;
}



/* skin things */
#menu div a.yellow:hover {color: #FCA90A;}
#menu div a.green:hover {color: #009E1C;}
#menu div a.dark:hover {color: #4A223B;}
#menu div a.red:hover {color: #FF2A00;}
#menu div a.violet:hover {color: #882C87;}
#menu div a.blue:hover {color: #0060BD;}




/* css helpers */
.error {
    color: red;
}

#error_box {
    color: red;
    background-color: #FFFFCC;
    padding: 15px 5px 10px 15px;
    margin-bottom: 5px;
    text-align: left;
}

#msg_box {
    color: green;
    background-color: #FFFFCC;
    padding: 15px 5px 10px 40px;
    background-image: url('/data/img/ok.gif');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.clear {
    clear: both;
}

.nowrap {
    white-space:nowrap;
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}

.no-pad {
    margin:0;
    padding: 0;
}

.no-pad-top {
    padding-top: 0;
}

.no-border {
    border: 0;
}

.pad_left {
    padding-left: 10px;
}

.pad_right {
    padding-right: 10px;
}

.margin-left {
    margin-left: 10px;
}

.margin-right {
    margin-right: 10px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}
