html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, a, cite, code, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}

html {
    margin: 0;
    padding: 0;
    background: #EFEFFF url(../img/html_bg.png) 0 0 repeat-x;
    height: 100%;
}
a {
    cursor: pointer;
}

body {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #111;
    height: 100%;
}
:focus { outline: 0; }
input[type=text],
input[type=password],
textarea,
select {
    font-family: Verdana, Sans-serif;
    background-color: #FFF;
    border: 1px #a7a7a7 solid !important;
    border-top: 1px #8f8f8f solid !important;
    border-left: 1px #8f8f8f solid !important;
    font-style: italic;
    padding: 6px 4px 6px 4px;     
    color: #777;
    vertical-align: middle;
    font-size: 10px;
    border: #8f8f8f solid 1px;
    -webkit-box-shadow: inset 2px 2px 8px #DBDBDB;
    -moz-box-shadow: inset 2px 2px 8px #DBDBDB;
    box-shadow: inset 2px 2px 8px #DBDBDB;
}

input[type=text],
input[type=password],
textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
select { /* IE FIX */
    color: #333 !important;
    font-style: normal;
    font-size: 11px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    color: #000 !important;
    border: #666 solid 1px !important;
    font-style: normal;
}

input[type=button], 
input[type=submit] { 
    cursor: pointer;
    vertical-align: middle;
    color: #666;
    background-color: #F2F2F2;
    padding: 4px 10px 4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: #8f8f8f solid 1px;
    font-weight: bold;
}
input[type=button]:hover,
input[type=submit]:hover {
    background-color: #E5E5E5;
}
input[type=submit].smallbutton, input[type=button].smallbutton {
    background: transparent url(../img/submit_button_small_bg.png) 0 0 no-repeat;
    width: 33px;
    height: 28px;
    font-size: 0;
    border: none;
    outline: none;
}
input[type=submit].smallbutton:hover, input[type=button].smallbutton:hover {
    background: transparent url(../img/submit_button_small_hover_bg.png) 0 0 no-repeat;
}
#search_submit {
    margin-left: 4px;
}
input.invalid, textarea.invalid {
    background: #FFEAEA;
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #a10000;
    border: #a10000 solid 1px !important;
}
form div.row {
    margin: 15px 0 15px 0;
}
form div.row input[type=text],
form div.row input[type=password],
form div.row textarea,
form div.row select {
    width: 96%;
    display: block;
}

.lFloated {
    float: left;
}
.rFloated {
    float: right;
}
.image, .thumb {
    display: inline-block;
    border: #E1E1E1 solid 1px;
    padding: 4px;
}
.image:hover, .thumb:hover, a:hover .thumb {
    border: #AAA solid 1px !important;
     -webkit-box-shadow: 5px 5px 10px #EAEAEA; /* right, bottom, radius */
    -moz-box-shadow: 5px 5px 10px #EAEAEA;
    box-shadow: 5px 5px 10px #EAEAEA;
}
.image.rFloated, .thumb.rFloated {
    margin: 0 10px 10px 10px;
}
.image.lFloated {
    margin: 10px 30px 10px 10px;
}
.thumb.lFloated {
    margin: 10px 10px 10px 10px;
}
.clearer {
    clear: both;
}
.noClearer {
    clear: none !important;
}


div.warning p, div.error p, div.success p {padding-left: 20px !important; padding: 0px !important; line-height: normal !important;}

div.error, div.success, div.warning {
    padding: 6px;
    padding-top: 8px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px;    /* Konqueror */
    -moz-border-radius: 5px; /* Firefox */
    border-radius: 5px;
}
div.warning img, div.error img, div.success img {
    float: left;
    margin-right: 5px;
}

div.error {
    border: #E30000 solid 1px;
}
div.error p {
    color: #E30000;
}
div.success {
    border: #8DAF1C solid 1px;
}
div.success p {
    color: #8DAF1C;
}


div.warning {
    border: #FF8104 solid 1px;
}
div.warning p {
    color: #FF8104;
}



#wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;

}
#top {
    height: 104px;
}
#quckLogin {
    float: right;
    margin-left: 20px;
}
#topnavbar {
    margin-top: 20px;
}
#myaccountBar {
    margin-top: 3px;
    display: block;
    height: 20px;
    min-width: 50px;
}
#myaccountBar li {
    float: left;
    margin-right: 10px;
}
#topnavbar a {
    height: 20px;
    display: inline-block;
    padding-left: 25px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 4px;
}
#topnavbar a:hover {
    color: #000 !important;
}
#topnavbar a.home {
    background: url(../img/home_ico.png) 0 0 no-repeat;
    margin-right: 6px;
    color: #f62813;
}
#topnavbar a.login {
    background: url(../img/login_ico.png) 0 0 no-repeat;
    color: #006699;
}
#topnavbar a.myAccount {
    background: url(../img/myaccount_ico.png) 0 0 no-repeat;
    color: #006699;
}
#topnavbar a.logout {
    background: url(../img/logout_ico.png) 0 0 no-repeat;
    color: #006699;
}
#top ul li {
    display: inline-block;
    list-style: none;
}
#languageSelector {
    float: right;
    clear: both;
    margin-top: 15px;
    background-color: #e2e2e4;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    padding: 6px 12px 6px 12px;
    font-size: 0;
}
#languageSelector li {
    float: left;
}
#languageSelector a {
    width: 16px;
    height: 11px;
    padding: 0;
    display: inline-block;
    border: #e2e2e4 solid 2px;
}
#languageSelector a:hover {
    border: #FFF solid 2px;
}
#languageSelector .en {
    background: url(../img/en.png) 0 0 no-repeat;
    margin-left: 3px;
}
#languageSelector .ro {
    background: url(../img/ro.png) 0 0 no-repeat;
    margin-right: 3px;
}
#nav {
    height: 35px;
    max-height: 35px;
    background: #7f0000 url(../img/nav_bg.png) 0 0 repeat-x;
    border: #d31010 solid 1px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-size: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
#nav form {
    margin-top: 3px;
    text-align: left;
}
#nav form div {
    float: left;
    margin-top: 3px;
}
#nav form div input {
    float: left;
}
#nav form label {
    color: #FFF;
    font-size: 11px;
    margin-right: 8px;
    display: inline-block;
    float: left;
    margin-top: 3px;
}
#navwrapper {
    background-color: #7f0000;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding:1px;
}
#menu {
    border-right: #b03333 solid 1px;
}
#menu li {
    list-style: none;
    display: block;
    float: left;
    font-size: 11px;
    border-right: #720000 solid 1px;
    border-left: #b03333 solid 1px;
    height: 35px;
}
#menu li:first-child {
    border-left: none;
}
#menu li a {
    color: #FFF;
    padding: 0 12px 0 12px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    height: 27px;
    padding-top: 9px;
    display: block;
    float: left;
    border-left: transparent solid 1px;
    border-right: transparent solid 1px;
}
#menu li a:hover {
    background: transparent url(../img/nav_a_bg.png) 0 0 repeat;
    border-left: #282a2f solid 1px;
    border-right: #282a2f solid 1px;
    margin-top: -2px;
    padding-top: 11px;
    height: 28px;
}
#menu li:first-child a:hover {
    border-left: transparent solid 1px;
}
.shadow {
    -webkit-box-shadow: 0 2px 4px #111;
    -moz-box-shadow: 0 2px 4px #111;
    box-shadow: 0 2px 4px #111;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
#contentPanel {
    min-height: 400px;
    margin-top: 14px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;

    background-color: #FFF;
    border-bottom: #9596b3 solid 1px;
    border-left: #bfbfe5 solid 1px;
    border-right: #bfbfe5 solid 1px;

    -webkit-box-shadow: 0 2px 4px #bfbfe5;
    -moz-box-shadow: 0 2px 4px #bfbfe5;
    box-shadow: 0 2px 4px #bfbfe5;
}
#sidebar {
    width: 192px;
    float: left;
    padding-bottom: 20px;
}
.panel {
    width: 400px;
}
.panel.bordered.rFloated {
    border-left: #C9C9C9 solid 1px;
    padding-left: 90px;
    width: 400px;
}
.panel.bordered.lFloated {
    border-right: #C9C9C9 solid 1px;
    padding-right: 90px;
    width: 350px;
}

#contentbar {
    width: 806px;
    float: right;
}
#contentbar.noSidepanel {
    width: 100%;
}
.mainPage #content {
    margin: 0 0px 0 20px;
}
.mainPage #content a {
    text-decoration: none;
    font-weight: bold;
}
.mainPage #content a:hover {
    color: #222;
}

.mainPage #contentbar {
    width:999px;
}

.collumn {
    width: 200px;
    min-height: 120px;
    float: left;
    padding: 0 10px 0 10px;
    border-right: #DDD solid 1px;
    margin: 0 0 25px 0;
}
.mainPage .collumn {
    margin: 25px 0 25px 0;
    width: 214px;
}
.collumn.last {
    border: none;
}
.collumn h2 {
    margin-top: 10px !important;
    font-size: 1.4em !important;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.mainPage .collumn h2 {
    margin-top: 0px !important;
	padding-top: 0px !important;
}
#splash, #splash div {
    height: 280px;
    width: 1000px;
    overflow: hidden;
    -webkit-border-radius: 9px 9px 0 0;
    -moz-border-radius: 9px 9px 0 0;
    border-radius: 9px 9px 0 0;
}

div.currentSection {
    background: transparent url(../img/current_section_bg.png) 0 0 repeat-x;
    height: 40px;
    margin: 1px;
    -webkit-border-radius: 9px 0 0 0;
    -moz-border-radius: 9px 0 0 0;
    border-radius: 9px 0 0 0;

}
#breadCrumb {
    background: transparent url(../img/breadcrumb_bg.png) 0 0 repeat-x;
    height: 38px;
    margin: 1px;
    -webkit-border-radius: 0 9px 0 0;
    -moz-border-radius: 0 9px 0 0;
    border-radius: 0 9px 0 0;
    font-size: 0px;
}
#breadCrumb ul li {
    display: block;
    float: left;
    list-style: none;
}
#breadCrumb ul li a {
    color: #333333;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    display: block;
    float: left;
    height: 34px;
    font-size: 12px;
    font-weight: bold;
    background: transparent url(../img/breadcrumb_separator_bg.png) 0 0 no-repeat;
}
#breadCrumb ul li a span {
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    display: block;
    height: 34px;
}
#breadCrumb ul li:first-child a {
    background: none;
}
#breadCrumb ul li a:hover {
    color: #990000;
}
#breadCrumb ul li a.jsEnabled:hover {
    background: transparent url(../img/breadcrumb_separator_back_hover_bg.png) 0 0 no-repeat;
}
#breadCrumb ul li.highlight a {
    background: transparent url(../img/breadcrumb_separator_front_hover_bg.png) 0 0 no-repeat;
}
#breadCrumb ul li a.jsEnabled:hover span {
    background: transparent url(../img/breadcrumb_hover_bg.png) 0 0 repeat-x;
}
#breadCrumb ul li.last-child a {
    color: #990000 !important;
}
#breadCrumb ul li.last-child:hover a span {
    background: none !important;
}
#breadCrumb ul li.last-child a:hover {

    background: transparent url(../img/breadcrumb_separator_bg.png) 0 0 no-repeat;
}

div.currentSection h4 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    text-shadow: 0 1px 0 #fff;
}
#submenu {
    padding-left: 1px;
    margin-top: -5px;
    border-right: #dedede solid 1px;
}
#submenu li {
    list-style: none;
}
#submenu li a {
    text-decoration: none;
    color: #000;
    padding: 6px;
    padding-left: 10px;
    display: block;
    border-top: #dedede solid 1px;
}
#submenu li a span {
    padding-right: 10px !important;
    display: block;
}
#submenu li:first-child a {
    border-top: 0;
}
#submenu li a:hover {
    color: #990000;
}
#submenu li.active a {
    margin-bottom: 1px;
    color: #990000;
    font-weight: bold;
}
#submenu li.active.open a {
    border-bottom: #dedede solid 1px;
}
#submenu li.open a {
    margin-bottom: 1px;
    color: #990000;
    font-weight: bold;
    border-bottom: #dedede solid 1px;
    background: transparent url(../img/submenu_active_bg.png) 175px 0 no-repeat;
}
#submenu li.close a {
    background: transparent url(../img/submenu_close_bg.png) 175px 0 no-repeat;
}
#submenu ul {
    padding: 5px 0px 5px 0;
    background-color: #efefef;
    margin: 0 1px 1px 0;
}
#submenu ul li a {
    color: #006699 !important;
    font-weight: normal !important;
    border: none !important;
    border: none;
    padding: 4px 6px 4px 22px;
    background: none !important;
}
#submenu ul li a:hover {
    text-decoration: underline;
}
#submenu ul li.active a {
    color: #666666 !important;
    font-weight: normal !important;
    border: none !important;
    background: transparent url(../img/subsubmenu_active_bg.png) 10px 2px no-repeat !important;
}

#newsletterBox {
    margin-left: 10px;
    margin-top: 30px;
}
#newsletterBox h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    color:#333;
    text-shadow: 0 1px 0 #fff;
}
#newsletterBox p {
    color: #999;;
    line-height: 1.1em;
    margin-top: 5px;
}
#newsletterBox a {
    color:#666;
    text-decoration: none;

}
#newsletterBox a:hover {
    color: #333;
    text-decoration: underline;
}
/* List */
div.list {
    clear: both;
    padding-bottom:  10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E9E9E9;
}
div.list .thumb {
    float: left;
    width: 150px;
    text-align: center;
    padding: 2px;
}
div.list .info {
    float: right;
    width: 530px;
}
div.list .info h2 {
    margin-top: 15px !important;
}
div.list .info h2 a {
    text-decoration: none;
    color: #000 !important;
}
div.list .info p {
    font-size: 1.1em !important;
}
div.list .info p a {
    text-decoration: none;
    font-weight: bold;
}
div.list .info p a:hover {
    color: #a70000 !important;
}


/* Product */
div.productDescroption {
    float: right;
    margin-bottom: 40px;
}
div.productDescroption p {
    margin-bottom: 2em !important;
}
ul.subCategories li, ul.tools li {
    margin-bottom: 0.5em;;
}
ul.subCategories li a, ul.tools li a {
    text-decoration: none;
    font-weight: bold;
}
ul.subCategories li a:hover, ul.tools li a:hover {
    color: #a70000 !important;
}

div.categoryBox {
    width: 340px;
    height: 100px;
    float: left;
    margin: 15px 0 15px 0;
}
div.categoryBox a {
    text-decoration: none !important;
}

div.categoryBox.odd {
     margin-right: 20px;
}
div.categoryBox.even {
     margin-left: 20px;
}
div.categoryBox .thumb.lFloated {
    margin: 0;
}
div.categoryBox .description {
    font-size: 14px;
    width: 230px;
    padding-left: 10px;
}

div.categoryBox span {
    display: block;
    color: #999;
    margin-top: 10px;
    font-size: 11px;
}
div.categoryBox .description:hover span {
    color: inherit;
}


/* Tabs */
div.tabs {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    display: block;
    width: 100%;
}
#emptyTabContent {
    margin-bottom: 30px;
    border: #DDD solid 1px;
    border-bottom: #CCC solid 2px;
    background-color: #f4f4f4;
     -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
#emptyTabContent p, #emptyTabContent li {
    color: #333;
    text-shadow: 0 1px 0 #fff;
}

div.tab {
    display: inline-block;
    vertical-align: bottom;
}
div.tab.jsEnabled {
    width: auto;
}
div.tab h4 {
    color: #666666;
    border-bottom: none;
    display: inline-block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 5px 10px 5px;
}
div.tab h4.jsEnabled {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    background-color: #efefef;
    border: #e3e3e3 solid 1px;
    padding: 6px 20px 6px 20px;
    margin: 0 3px 0 3px;
    float: left;
}
div.tab h4.jsEnabled:hover {
    cursor: pointer;
    color: #333333;
}
div.tab.active h4 {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    border: #cccccc solid 1px;
    border-bottom: 0px;
    
    background: transparent url(../img/table_head_bg.png) repeat-x;
}
div.tabContent table, table.searchResult {
    width: 100%;
    border-collapse:collapse;
    border-top: #FFF solid 1px;
}
div.tabContent table td, table.searchResult td {
    text-align: right;
    padding: 4px;
    background-color: #f4f4f4;
    color: #000;
}
div.tabContent table tr.odd td, table.searchResult tr.odd td {
    background-color:#FFF !important;
}
div.tabContent table th, table.searchResult th {
    text-align: right;
    color: #666666;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    background: url(../img/table_head_bg.png) repeat-x bottom;
    padding: 4px 2px 4px 2px;
    border-bottom: #cfcfcf solid 1px;
}
div.tabContent p {
    margin: 10px 20px 5px 20px !important;
    color: #666;
}
div.tabContent h1, div.tabContent h2, div.tabContent h3 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
div.tabContent iframe {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
div.tabContent li {
    margin: 5px 30px 5px 35px !important;
    color: #666;
}
div.tabContent ul.downloads li {
    margin: 0px 30px 0px 20px !important;
    border-bottom: #FFF solid 1px;
    list-style: none;
}
div.tabContent ul.downloads li.first-child {
     border-top: none;
}
div.tabContent ul.downloads li a {
    text-decoration: none;
    height: 20px;
    display: block !important;
    padding: 8px 2px 8px 24px;
    border-bottom: #DDD solid 1px;
}

div.tabContent ul.downloads li a span.details {
    color: #999 !important;
    display: inline-block;
    margin-left: 10px;
    font-size: 0.9em;
    text-shadow: 0 1px 0 #fff;
}
div.tabContent ul.downloads li a:hover span.details {
    color: #333 !important;
}
div.tabContent ul.downloads li a:hover {
    color: #333 !important;
    text-shadow: 0 1px 0 #fff;
}
/* div.tabContent ul.downloads li  */

div.tabContent ul.downloads li a, a.file {
    background: url(../img/oth.gif) 0 6px no-repeat;
	text-decoration: none;
    height: 20px;
    display: inline-block;
    padding: 8px 2px 8px 24px;
}

a.pdf {
    background: url(../img/pdf.gif) 0 6px no-repeat !important;
	text-decoration: none;
    height: 20px;
    display: inline-block;
    padding: 8px 2px 8px 24px;
}
a.doc {
    background: url(../img/doc.gif) 0 6px no-repeat !important;
	text-decoration: none;
    height: 20px;
    display: inline-block;
    padding: 8px 2px 8px 24px;
}




#partners {
    text-align: center;
    margin: 20px 0 15px 0;
}


#footer {
    padding: 15px 10px 0 10px;
}
#footer a {
    color: #006699;
    text-decoration: none;
    font-weight: bold;
}
#footer a:hover {
    color:#666;
}
#footer .rFloated {
    text-align: right;
}
#footer ul {
    font-size: 0px;
    margin-top: 5px;
}
#footer ul li {
    font-size: 11px;
    list-style: none;
    display: inline-block;
}
#footer ul li a {
    padding: 0 5px 0 5px;
    border-right: #cdcde5 solid 1px;
    border-left: #aaaab2 solid 1px;

}
#footer ul li.last-child a {
    padding: 0 0px 0 5px;
    border-right: none;
}
#footer ul li.first-child a {
    border-left: none;
}


p.success {
    border: #d4c193 solid 1px;
    width: 100%;
    text-align: center;
    color: #655c4c;
    padding: 10px;
    padding-left: 22px;
    background: url(../img/success_bg.png) #ffeed1 no-repeat 5px 0 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
p.success a {
    color: #b00000;
    text-decoration: none;
}
p.success a:hover {
    text-decoration: underline;
}



#priceSearchBar {
    width: 100%;
    margin: 10px 0 20px 0;
}
#priceSearchBarQuery {
    width: 840px !important;
}
a.addToCart {
    display: inline-block;
    height: 16px;
    padding-left: 20px;
    background: url(../img/add_to_cart.png) no-repeat;
}


