*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family:Verdana;
    text-align: center;
    font-size:14px;
    color: #68645A;
    background: #ffffff url(images/background.gif) repeat-x 0 0;
    text-decoration: none;
}
a
{
    color: #0089D2;
}
a:hover
{
}
img
{
    border: 0;
}

.break
{
    font-size: 0;
    width: 0;
    height: 0;
    clear: both;
}
.alignleft
{
    float: left;
    margin: 4px 10px 5px 0;
}
.alignright
{
    float: right;
    margin: 4px 0 5px 10px;
}
.aligncenter
{
    text-align: center;
}
.hidden
{
    display: none;
}

/** BEGIN wrapper **/
#wrapper
{
    width: 1000px;
    margin: auto auto;
    text-align: left;
    overflow: hidden;
}
/** END wrapper **/

/** BEGIN header **/
#header
{
    height: 180px;
    margin-bottom: 15px;
}
#header ol
{
    list-style-type: none;
    float: left;
}
#header ol li
{
    float: left;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 1px;
    background: url(images/divider1.gif) no-repeat 0 center;
}
#header ol li a
{
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 8px 18px 9px;
}
#header ol li a:hover
{
    text-decoration: underline;
}
#header ol li.f
{
    padding-left: 0;
    background: none;
}
#header ol li.f a
{
    padding-left: 0;
}
#header .links
{
    float: right;
    font-size: 0.9em;
    color: #ffffff;
    padding: 8px 30px 9px;
}
#header .links a
{
    color: #ffffff;
    text-decoration: none;
    margin: 0 8px;
}
#header .links a:hover
{
    text-decoration: none;
}
#header h1
{
    clear: both;
    float: left;
    font-size: 0;
    padding: 10px;
}
#header h1 a
{
    display: block;
    width: 500px;
    height: 100px;
    text-indent: -9999px;
    outline: none;
    background: url(images/logo.png) no-repeat 0 0;
}
#header .ad
{
    float: right;
    padding-top: 15px;
}
#header ul
{
    clear: both;
    list-style-type: none;
    height: 30px;
    margin-left: -15px;
}
#header ul li
{
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 2px;
    background: url(images/divider2.gif) no-repeat 0 0;
}
#header ul li a
{
    display: block;
    color: #808080;
    text-decoration: none;
    padding: 9px 15px 8px;
}
#header ul li a:hover
{
    color: #0089D2;
}
/** END header **/

/** BEGIN content **/
.product_box
{
    float: left;
    width: 478px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #CCC;
    text-align: center;
}

.product_box .categories_list
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.product_box img
{
    margin-bottom: 10px;
    float: left;
    padding-right: 20px;
}

.product_box h3
{
    color: #cf5902;
    font-size: 12px;
    margin: 0 0 10px;
    text-decoration: none;
}
.product_box a h3
{
    text-align: left;
    float: left;
    width: 100%;
}

.product_box p
{
    margin-bottom: 10px;
    color: #2a2522;
    font-size: 14px;
    font-weight: bold;
    text-align: inherit;
}

.product_box .detail
{
    float: right;
}

.product_box .detailleft
{
    float: left;
}

.product_box .addtocard
{
    float: left;
    font-weight: bold;
    padding-right: 20px;
    background: url(images/shopping_cart.png) bottom right no-repeat;
}

.cleaner
{
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0px;
}

#content .box
{
    background-color:#BEDED8;
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding: 5px 8px;
}
#content
{
    width: 500px;
    float: left;
    overflow: hidden;
    padding-bottom: 20px;
}
#content h3
{
    font-size: 0.9em;
    color: #ffffff;
    background-color: #000000;
    padding: 5px;
    margin-bottom: 5px;
}
#content .thumb
{
    width: 210px;
    height: 250px;
    overflow: hidden;
    float: left;
    margin: 0 12px 12px 0;
    border: 1px solid #CCCCCC;
}
#content .thumb img
{
    height: 250px;
}
#content .post
{
    border: 1px solid #CCCCCC;
    padding: 15px 20px;
    margin-right: 10px;
}
#content .post h2
{
    font-family: Georgia;
    font-size: 2.5em;
    font-weight: normal;
    margin-bottom: 5px;
}
#content .post h2 a
{
    text-decoration: none;
}
#content .post .date
{
    font-size: 0.9em;
    font-family: Georgia;
    margin-bottom: 15px;
}
#content .post .date a
{
    text-decoration: none;
}
#content .post .date a:hover
{
    text-decoration: underline;
}
#content .post .details
{
    font-size: 0.9em;
    font-family: Georgia;
    margin-bottom: 15px;
}
#content .post .details .l
{
    float: left;
}
#content .post .details .r
{
    float: right;
}
#content .post .details a
{
    text-decoration: none;
}
#content .post .details a:hover
{
    text-decoration: underline;
}
#content .post p
{
    margin-bottom: 10px;
    line-height: 1.4em;
}
#content .post ul, #content .post ol
{
    list-style-position: inside;
    margin-bottom: 15px;
}
#content .post li
{
    line-height: 1.4em;
}
#content .post blockquote
{
    line-height: 1.4em;
    margin-bottom: 15px;
    padding: 10px 10px 0;
    background-color: #eeeeee;
    border-width: 1px 0;
    border-color: #e0e0e0;
    border-style: solid;
}
#content .post h3, #content .post h4, #content .post h5, #content .post h6
{
    font-size: 1.4em;
    margin-bottom: 5px;
}
#content .postnav
{
    clear: both;
}
/** END content **/

/** BEGIN sidebar **/
#sidebarleft
{
    width: 180px;
    float: left;
    padding-bottom: 20px;
    padding-right: 10px;
}
#sidebarleft h2
{
    font-size: 0.9em;
    color: #ffffff;
    background-color: #99CCFF;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 5px;
}
#sidebarleft .box
{
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding: 5px 8px;
}
#sidebar
{
    width: 302px;
    float: right;
    padding-bottom: 20px;
}
#sidebar h2
{
    font-size: 0.9em;
    color: #ffffff;
    background-color: #99CCFF;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 5px;
}
#sidebar ul
{
    list-style-type: none;
    padding: 0 5px;
}
#sidebar ul li
{
    line-height: 1.4em;
    padding: 4px 0;
}
#sidebar ul li a
{
    color: #000000;
    text-decoration: none;
}
#sidebar ul li a:hover
{
    color: #0089D2;
    text-decoration: underline;
}
#sidebar .box
{
    background-color:#fcfcfc;
    
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding: 5px 8px;
}
#sidebar .l
{
    float: left;
    width: 110px;
}
#sidebar .r
{
    float: right;
    width: 180px;
}
#sidebar .l li, #sidebar .r li
{
    font-size: 0.9em;
}
#sidebar .tags
{
    padding: 0 5px;
}
#sidebar .tags a
{
    color: #808080;
    text-decoration: none;
}
#sidebar .tags a:hover
{
    color: #0089D2;
    text-decoration: underline;
}
#sidebar .flickr
{
    text-align: center;
}
#sidebar .flickr img
{
    margin: 5px;
}
#sidebar .arama
{
    border: 1px solid #CCCCCC;
    padding: 10px 5px;
    height: 31px;
}
#sidebar .arama .input
{
    float: left;
    border: 0;
    background-color: transparent;
    font-size: 1.2em;
    font-family: Arial;
    width: 201px;
    margin: 7px 7px 5px 5px;
}
#sidebar .arama .button
{
    float: left;
    border: 0;
    width: 72px;
    height: 31px;
    font-size: 0.8em;
    font-family: Verdana;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background-color: transparent;
}
#sidebar .twitter
{
    border: 1px solid #CCCCCC;
    border-top: 0;
    padding: 5px 5px 5px 50px;
    margin-bottom: 15px;
    color: #808080;
    background: url(images/twitter.gif) no-repeat 8px 10px;
}
#sidebar .twitter p
{
    line-height: 1.4em;
    margin-bottom: 8px;
}
#sidebar .twitter .date
{
    font-style: italic;
    font-size: 0.9em;
}
/** END sidebar **/

/** BEGIN footer **/
#footer
{
    clear: both;
    font-size: 0.9em;
    border: 1px solid #CCCCCC;
    padding: 10px 10px 25px;
    margin-bottom: 20px;
    color: #000000;
    background-color:#EBEAE2;
    font-weight:bold;
}
#footer a
{
    color: #808080;
    text-decoration: none;
}
#footer a:hover
{
    color: #99CCFF;
    text-decoration: underline;
}
#footer .l
{
    float: left;
}
#footer .r
{
    float: right;
}
/** END footer **/

/** BEGIN miscellaneous **/
#comments
{
}
#comments h2
{
    margin: 20px 0 5px;
    font-size: 1.8em !important;
    font-family: Verdana !important;
}
#comments p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}
#comments form
{
    padding-top: 20px;
}
#comments form p
{
    margin-bottom: 5px;
}
#comments form input
{
    margin-right: 5px;
}
#comments form input, textarea
{
    border: 1px solid #cccccc;
    font-size: 0.9em;
    font-family: Verdana;
    padding: 4px;
    background-position: 4px 4px;
    background-repeat: no-repeat;
}
#comments form input
{
    width: 260px;
    border: 1px solid #cccccc;
}
#comments form textarea
{
    width: 350px;
    padding: 4px 4px !important;
    border: 1px solid #cccccc;
}
#comments form button
{
    text-indent: -9999px;
    border: 0;
    background: url(images/submit2.gif) no-repeat 0 0;
    width: 150px;
    height: 34px;
}
.commentdetails
{
    margin-top: 25px;
}
.commentauthor
{
    margin-bottom: 5px !important;
    font-weight: bold;
}
.commentdate
{
    font-size: 0.8em;
    margin-bottom: 5px;
    color: #909090;
}
.required
{
    color: #ff0000;
}
h2.title
{
    font-size: 1em !important;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #808080;
}
.notfound
{
    padding: 40px;
}
.notfound h2
{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol
{
    list-style-type: none;
    clear: both;
    padding: 0;
    margin: 0;
}
#comments ol li
{
    padding: 10px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}
#comments ol li .avatar
{
    float: right;
}
#comments ol li .comment-author
{
}
#comments ol li .comment-author .fn
{
    font-weight: bold;
    font-size: 1.2em;
}
#comments ol li .comment-meta
{
    font-size: 0.9em;
    color: #999999;
    margin: 5px 0 10px;
}
#comments ol li .reply
{
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 10px;
}
#comments .children
{
    list-style-type: none;
}
#comments .navigation
{
    padding: 10px 0 20px;
    font-size: 0.9em;
}
#comments .navigation a
{
    color: #999999;
    padding: 3px 8px;
    border: 1px solid #cccccc;
}
#comments .navigation a:hover
{
    color: #000000;
    border-color: #000000;
    text-decoration: none;
}
#comments .says
{
    display: none;
}

input.submit
{
    background-color: #99CCFF;
    border-color: #BADF84 #6C9134 #6C9134 #BADF84;
    border-style: solid;
    border-width: 2px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.05em;
    margin: 0 auto;
    padding: 2px 5px;
    cursor: pointer;
}

.tooltip
{
    width: 200px;
    color: #000;
    font: lighter 11px/1.3 Arial,sans-serif;
    text-decoration: none;
    text-align: center;
}

.tooltip span.top
{
    padding: 30px 8px 0;
    background: url(../../images/bt.gif) no-repeat top;
}

.tooltip b.bottom
{
    padding: 3px 8px 15px;
    color: #548912;
    background: url(../../images/bt.gif) no-repeat bottom;
}


/* Rating */
.ratingStar
{
    font-size: 0pt;
    width: 24px;
    height: 24px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(../../images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(../../images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(../../images/SavedStar.png);
}

.colator
{
    font-weight: bold;
}

.CalloutHighlight
{
   
}

.textboxstyle
{
    background-color: #FFFFFF;
    color: #000000;
    margin: 0px;
    padding: 0px;
    border: 1px solid #91D0D9;
    height: 18px;
    width: 250px;
    font-family: Verdana;
    font-size: 11px;
    line-height: 19px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 11px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.textboxstyle:hover
{
    background-color: #FFFFFF;
    color: #1D859B;
    margin: 0px;
    padding: 0px;
    border: 1px solid #1D859B;
    font-family: Verdana;
    font-size: 11px;
    line-height: 19px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 11px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.stil
{
    font:verdana;
    font-size:11px;
    font-weight:bold;
    }
