body {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    color: #464646;
    background: #d3d3d3 url('../images/background.gif') repeat-x;
}

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

p {
    padding-bottom: 10px;
}

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

a:hover {
    color: #464646;
    text-decoration: none;
}

a.white {
    color: #ffffff;
    text-decoration: underline;
}

div.white {
    padding:10px;
    background-color:#ffffff;
}

a.white:hover {
    color: #ffffff;
    text-decoration: none;
}

.no_display {
    display:none;
}

.block {
    padding-bottom: 10px;
}

#page {
    text-align: center;
}

#page div.container {
    width: 980px;
    text-align: left;
    margin: auto;
}

.center {
    text-align: center;
    margin: auto;
}

.done {
    color: green;
}

.left_align {
    float:left;
}

.right_align {
    float:right;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
}

.vtop {
    vertical-align: top;
}

.vbottom {
    vertical-align: bottom;
}

/*  ---- Page Shadows ---- */

#frame {
    width:980px;
}

#frame .middle td.left{
    background: url('../images/sw_left.png');
    width:20px;

    /* IE stuff */
    _background : none;
    _filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/front/images/sw_left.png", sizingMethod="scale");
}

#frame .middle td.middle{
    width:940px;
    background-color:#ffffff;
    vertical-align:top;
}


#frame .middle td.right{
    background: url('../images/sw_right.png');
    width:20px;

    /* IE stuff */
    _background : none;
    _filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/front/images/sw_right.png", sizingMethod="scale");
}

/*  ---- Page Header  ---- */
#header{
    height: 129px;
    background: url('../images/header.jpg') no-repeat;
   /* background-repeat:repeat-x;*/
    border-top:2px solid #6c5252;
}

#header #right div.links {
    float:left;
    margin-left:110px;
    margin-top:15px;
}

#header #right div.links a {
    color:#ffffff;
    font-size: 10px;
    font-weight:bold;
    background: url('../images/header_dot.gif');
    background-repeat:no-repeat;
    background-position:0% 60%;
    padding-left:15px;
    line-height:17px;
}

#header #right div.cart {
    color:#ffffff;
    float:right;
    margin-right:20px;
    margin-top:30px;
}


#header #right div.cart .image {
    float:left;
    margin-right:10px;
}

#header div.cart a {
    color:#ffffff;
    text-decoration: none;
}



/*  ---- Top Navigation ---- */
#top_navigation {
    /*border:10px solid red;*/
    height: 25px;
    background-color:#eff3f7;
}

#top_navigation .btn {
    float: left;
    padding-right: 3px;
}

#top_navigation .search {
    background: url('../images/navigation/search.gif');
    background-repeat:no-repeat;
    width:197px;
    height:21px;

    padding-top:    4px;
    padding-left:   15px;
    padding-right:  0px;
}

#top_navigation #button {
    float:left;
    margin-left:10px;

    cursor:hand;
    cursor:pointer;
}

#top_navigation input.text {
    width: 125px;
    border:1px solid #000000;
}

.navigation_bottom {
    padding-left:0px;
}


/*  ---- Left Frame ---- */
#left_frame {
    width:172px;
    float:left;
    padding: 10px;
}

#left_navigation {
    background: #d3d3d3 url('../images/navigation_bgr.gif') 0 0 repeat-x ;
    padding-bottom:6px;
    margin-bottom: 5px;
    border: 1px solid #8a8a8a;
    border-top: none;
}

#left_navigation .item, #left_navigation .subitem {
    background:none;
    padding:0px;
    padding-top:6px;
    padding-left:6px;

    width:164px;
}

#left_navigation .item  {
    background: url('../images/nav_delimiter.gif');
    background-repeat:no-repeat;
    background-position:0% 6px;
    padding-top:12px;
}

#left_navigation .first {
    background: none;
    padding-top:6px;
}

#left_navigation a {
    color:#000000;
    text-decoration:none;
}

#left_navigation div.subitem a {
    background: url('../images/nav_arrow.gif');
    background-repeat:no-repeat;
    background-position:0% 5px;
    padding-left:12px;
    display:block;

}

#item_box {
    background-repeat:no-repeat;
    padding-top:30px;
    min-height: 115px;
}
* html #item_box { height: 115px; }

#item_box .item  {
    padding-top:3px;
}

#item_box div.item a {
    background: url('../images/box_bullet.gif');
    background-repeat:no-repeat;
    background-position:10px 5px;
    padding-left:20px;
    display:block;
    /*font-weight:bold;*/
    color:#000000;
    text-decoration:none;
}

#item_box div.item a:hover {
    text-decoration:underline;
}

div.new_items {
    background: url('../images/box_new_items_bgr.gif');
}

div.best_selling {
    background: url('../images/box_best_selling_items_bgr.gif');
}

div.weekly_deals {
    background: url('../images/box_weekly_deals_items_bgr.gif');
}

.item_box_bottom {
  margin-bottom: 5px;
}



/*  ---- Content ---- */
#content {
    width:555px;
    margin: 0px;
    margin-top: 10px;
    float: left;
}


#content #error {
    padding: 5px;
    padding-left: 30px;
    margin-top: 1px;
    margin-bottom: 10px;
    background: url('../images/error_bgr.gif');
    background-repeat:no-repeat;
    color:#ffffff;
    font-weight:bold;
}

#content #success {
    padding: 5px;
    padding-left: 30px;
    margin-top: 1px;
    margin-bottom: 10px;
    background: url('../images/message_bgr.gif');
    background-repeat:no-repeat;
    color:#ffffff;
    font-weight:bold;
}


#content #sectiontitle {
    height:29px;
    color:#ffffff;
    /*font-weight:bold;*/
    font-size: 9px;
    background: url('../images/title_bgr.gif');
    background-repeat:repeat-x;
    padding-bottom: 10px;
}

#content #sectiontitle .content {
    float: left;
    padding-top: 7px;
    padding-left: 7px;


    width:510px;
    height:14px;
    line-height:16px;
    overflow:hidden;
}


#content .content_frame {
    text-align: justify;
}

#content #banner {
    margin-bottom:10px;
    text-align:center;
}

/*  ---- Categories ---- */
#categories {
    margin:auto;

    background: url('../images/category_bgr.gif');
    background-repeat:repeat-y;

    line-height:0px;
}

#categories .item {
    text-align:center;
    float:left;

    width:165px;
    height:140px;
    line-height:12px;
    overflow:hidden;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;

    /*border:1px solid red;*/

}

#categories .item img {
    margin-bottom:5px;
}

#categories a {
    color:#1a7bf5;
    font-weight:bold;
    text-decoration:none;
}

/*  ---- Products ---- */
#products {
    margin:auto;

    background: url('../images/item_bgr.gif');
    background-repeat:repeat-y;

    line-height:0px;
}

#products #item {
    position:relative;
    text-align:left;
    float:left;

    width:267px;
    height:98px;
    line-height:12px;
    overflow:hidden;

    padding-right: 10px;
    padding-top: 0px;
    padding-top: 5px;
    padding-bottom: 7px;
}

#products #item #out_of_stock {
    position:absolute;
    top:80px;
    left:0px;
}

#products #item .title {
    height:59px;
    color: #1a7bf5;
    font-weight:bold;
}

#products #item #price {
    height:15px;
}

#products #item #price .current {
    position:relative;
    height:15px;
    color: #1a7bf5;
    font-weight:bold;
}

#products #item #price .current .old {
    position:absolute;
    top:-12px;
    text-decoration:line-through;
    color:#464646;
    font-weight:normal;
}

#products #item #price .current .label {
    color: #464646;
    font-weight:normal;
}


#products #item img {
    margin-right:5px;
    float:left;
}

#products #item .buttons img {
    margin-right:1px;
}

#products a {
    text-decoration:none;
}

/* Item Details */

#details {
    position:relative;
    text-align:left;

    width:555x;
    height:auto;
    line-height:12px;
}

#details #fitem {
    position:relative;

    width:1px;
    height:1px;
    line-height:12px;
    overflow: show;

    padding: 0px;
    margin: 0px;

    cursor:hand;
    cursor:pointer;
}

#details #fitem #out_of_stock {
    position:absolute;
    top:120px;
    left:0px;
}

#details .images {
    float:left;
}

#details .images img {
    margin-right: 11px;
}

#details .images .small {
    padding-top: 5px;
    float:left;
}

#details .images .small img {
    width: 40px;
    height: 30px;
    border:1px solid #ececec;
}

#details .images .small a:hover img {
    border:1px solid #c5c5c5;
}



#details .title {
    color: #1a7bf5;
    font-weight:bold;
}

#details .code {
    font-weight:bold;
    margin-bottom:15px;
}

#details #price {
    height:15px;
}

#details #price .current {
    position:relative;
    height:15px;
    color: #1a7bf5;
    font-weight:bold;
}

#details #price .current .old {
    position:absolute;
    top:-12px;
    text-decoration:line-through;
    color:#464646;
    font-weight:normal;
}

#details #price .current .label {
    color: #464646;
}


#details .buttons {
    margin-top:5px;
    margin-right:1px;
    margin-bottom:5px;
}

#details a {
    text-decoration:underline;
}


#details a:hover {
    text-decoration:none;
}



/*  ---- Right Frame ---- */
#right_frame {
    width:172px;
    float:right;
    padding: 10px;
}

#right_navigation {
    background: url('../images/navigation_bgr.gif');
    background-repeat:repeat-x;
    background-color:#000000;
    background-position:0% 100%;
    padding-bottom:6px;
    color:#ffffff;
}

#right_navigation .item {
    background:none;
    padding:0px;
    padding-top:6px;
    padding-left:6px;
}

#right_navigation a {
    color:#ffffff;
    text-decoration:none;
}


/*  ---- Footer ---- */
#links {
    border-top:3px solid #b90112;
    text-align: center;
    width: 900px;
    margin:auto;
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
}

#copyright {
    width: 394px;
    height: 20px;
    padding-top: 3px;
    padding-bottom: 10px;
    text-align: center;
    margin:auto;
    font-weight: bold;
    color:#000000;
}

#copyright a {
    color:#000000;
}

/*  ---- Testimonials ---- */
#testimonials #name {
    color:#666666;
    padding-bottom:10px;
}

/*  ---- Forums ---- */
#lists #item {
    background: url('../images/forum_item_bgr.gif');
    background-repeat:repeat-x;
    background-position:0% 100%;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:7px;
    margin-bottom:10px;
}

#lists #item .date {
    color:#464646;
    /*font-size:9px;*/
    padding:0px;
}

#lists #item .title {
    color:#1a7bf5;
    font-weight:bold;
    text-decoration:none;
    padding:0px;
    padding-bottom:3px;
}

#lists #item .title a {
    color:#1a7bf5;
    font-weight:bold;
    text-decoration:none;
}

#lists #item .title a:hover {
    text-decoration:underline;
}

#lists #item .text {
    padding-bottom:3px;
}

#comment_btn, #friend_btn {
    text-align:right;
}

#comment_btn img, #friend_btn img {
    cursor:hand;
    cursor:pointer;
}

#form_container {
    background: url('../images/form_title_bgr.gif');
    background-repeat:no-repeat;
    padding-left:10px;
    margin-bottom:10px;
}

#form_container.nomargin {
    margin-bottom:0px;
}

#form_container #title {
    background: none;
    padding-top:3px;
    padding-bottom:7px;
   /* font-weight: bold;*/
    font-size: 9px;
    line-height: 14px;
    color:#464646;
    height:18px;
}

/*  ---- Basket ---- */

#basket img.item {
    float:left;
    margin-left:10px;
    margin-right:10px;
}


/*  ---- Forms ---- */

form { display: inline }

#form td {
    padding-top: 5px;
    padding-right: 5px;
}

#form input, #form textarea, #form select {
    border:1px solid #c3c3c3;
    width: 200px;
}

#form input.login {
    width: 145px;
}

#form input.button {
    width: auto;
    border:none;
}

#form input.checkbox {
    border:none;
    width: auto;
}

#form label.error {
    color: #D50000;
    margin-left: 10px;
    vertical-align: top;
}

#form input.error, #form textarea.error {
    border: 1px solid #D50000;
}


#form input.captcha {
    width: 80px;
}