@charset "UTF-8";
/* CSS Document */

*
{
    margin: 0px;
    padding: 0px;
}

p
{
    margin-bottom: 17px;
    font-size: 12px;
    line-height: 18px;
}

body
{
    background-color: #fafafa;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 18px;
    color: #808080;
}

img
{
    border:none;
}

li
{
    margin-left:10px;
    list-style-type: square;
    margin-bottom: 8px;
}

ul
{
    margin: 10px;
}

h1
{
    font-weight: normal;
    color: #0089dc;
    font-size:20px;
    margin-bottom: 15px;
}

h2
{
    font-weight: normal;
    color: #0089dc;
    font-size:16px;
    margin-bottom: 8px;
}

h3
{
	font-weight: normal;
    color: #424242;
    font-size:14px;
    margin-bottom: 2px;
}

h3 a:link
{
    color: #424242;
    text-decoration: none;
}

h3 a:visited
{
    color: #424242;
    text-decoration: none;
}

h3 a:hover
{
    color: #0089dc;
    text-decoration: none;
}

h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
    color: #606060;
    margin-bottom: 3px;
}

h4 a:link
{
    color: #292929;
    text-decoration: none;
}

h4 a:visited
{
    color: #292929;
    text-decoration: none;
}

h4 a:hover
{
    color: #0089dc;
    text-decoration: none;
}

h5
{
    font-weight: normal;
    color: #424242;
    font-size:13px;
    margin-bottom: 5px;
}

hr {
	height: 0px;
	border: 1px dashed #c0c0c0;
	border-width: 1px 0 0 0;
	margin: 5px 0 10px 0;
	}

a:link
{
    color: #0089dc;
    text-decoration: none;
}

a:visited
{
    color: #0089dc;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#head
{
    border: none;
    text-align: right;
}

#lang_place_holder a
{
    color: #d72d38;
}

/* PRODUCTS */
#content_place_holder a img {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 3px;
}

#content_place_holder a:hover img {
	border: 1px solid #0089dc;
}

#prod_info
{
    width: 440px;
    float: left;
}

#prod_img
{
    width: 310px;
    float: right;
    border-left: 1px solid #707070;
}

#cart_button
{
    float:right;
}

/* BUTTONS */
.buy_button_red
{
    background-image:url(../_gfx/site/buttons/buy_button_red_bg.png);
    background-repeat: repeat-x;
    border: 1px solid #ac2115;
    height: 18px;
    color:#ffffff;
    font-size:11px;
    font-weight: bold;
    padding-bottom:3px;
    padding-left:3px;
    padding-right:3px;
    cursor: pointer;
    margin-top: 10px;
}

.buy_button_green_small
{
    background-image:url(../_gfx/site/buttons/buy_button_green_bg.png);
    background-repeat: repeat-x;
    border: 1px solid #ac2115;
    height: 16px;
    color:#ffffff;
    font-size:9px;
    font-weight: bold;
    padding-bottom:3px;
    padding-left:5px;
    padding-right:5px;
    cursor: pointer;
}

.buy_button_green
{
    background-image:url(../_gfx/site/buttons/buy_button_green_bg.png);
    background-repeat: repeat-x;
    background-color: #08a710;
    border: 1px solid #17761c;
    height: 22px;
    color:#ffffff;
    font-size:10px;
    font-weight: bold;
    padding-bottom:1px;
    padding-left:8px;
    padding-right:8px;
    cursor: pointer;
}

/* BAGS */
.cats
{
    margin-bottom:20px;
}

.sub_cat_display
{
    width:150px;
    margin-right: 50px;
    float: left;
}

.list_bags_box_1
{
    width: 205px;
    float:left;
    margin-right: 17px;
}

.list_bags_box_2
{
    width: 205px;
    float:left;
}

.list_bags_box_img
{
    width: 100px;
    float:left;
    margin-right:5px;
}

.list_bags_box_info
{
    width: 90px;
    float:right;
}

.bags_mini_info, .bags_mini_info_leather
{
    font-size: 12px;
    line-height: 14px;
}


/* checkout */
.checkout_form_input
{
    width: 100%;
    height: 18px;
    border: 1px solid #6f6f6f;
}

.confirm_topic
{
    color:#0089dc;
    font-weight:bold;
    font-size:11px;
}

.confirm_total
{
    font-size: 13px;
    color:#000000;
}

.blog_text
{
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

.blog_text img
{
    background: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin: 5px;
}

.terms_left
{
    float:left;
    width:25%;
}

.terms_right
{
    float:left;
    width:75%;
    
    padding-bottom: 15px;
    margin-bottom: 15px;
}