/**
* Reset css by Yahoo!
* http://developer.yahoo.com/yui/reset/
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset, img { 
    border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}

ol, ul {
    list-style:none;
}

caption, th {
    text-align:left;
}

h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    font-weight:normal;
}

q:before, q:after {
    content:'';
}

abbr, acronym { 
    border:0;
}

/**
* Site styles
*/
body {
    font-family: arial,helvetica,"sans serif";
    font-size: 11px;
}

br {
    clear: both;    
}

#container {
    width: 1000px;
    min-height: 700px;    
    position: relative;
}

#westend-logo {
    position: absolute;
    left: 40px;
    top: 12px;
    z-index: 10;
}

#header {
    background: url('../images/top_bar_bg.jpg') repeat-x;    
    height: 47px;
}

form.logmeinform {
    position: absolute;
    right: 20px;
    top:10px;
}

.loggedin {
    position: absolute;
    right: 20px;
    top:10px;
    color: #fff;
    font-size: 12px;
}

.loggedin a {
    color: #fff;
    text-decoration: underline;
}

form.logmeinform input.input {
    border: 1px solid #7f7f7f;
    width: 111px;
    height: 15px;
    color: #7f7f7f;
    padding: 0 0 0 5px;
    font-size: 11px;
    vertical-align:top;
}

form.logmeinform input.submit {
    background-color: #7f7f7f;
    border: 1px solid #9b9b9b;
    height: 16px;
    width: 94px;
    color: #fff; 
    font-size: 11px;
    margin-top: 1px;   
    cursor: pointer;
    padding-bottom:2px;
}

.middle-top {
    height: 335px;     
    position: relative;
}

.middle-top.main {
    background: url('../images/main_picture.jpg') no-repeat;   
}

.middle-top.collection,
.middle-top.action,
.middle-top.registration {
    background: url('../images/cview_bg.jpg') no-repeat;   
}

.middle-top.collection-item,
.middle-top.products, 
.middle-top.create {
    height: 0;
}

ul#menu {
    left:280px;
    position:absolute;
    top:0;
    width:750px;
}

ul#menu li {
    float: left;
    font-size: 14px;
    color: #4e4e4e;
    cursor: pointer;
    position: relative;
}

ul#menu li.active {
    color: #fff;
}

ul#menu li .left {
    background: url('../images/menu_left.png') no-repeat;
    width: 9px;
    height: 40px;
    float: left;
}

ul#menu li.active .left {
    background: url('../images/menu_active_left.png') no-repeat;
    width: 14px;
}

ul#menu li .middle {
    background: url('../images/menu_middle.png') repeat-x;
    height: 40px;
    float: left;
    padding: 9px 10px 0 10px;
} 

ul#menu li.active .middle {
    background: url('../images/menu_active_middle.png') repeat-x;
}

ul#menu li .right {
    background: url('../images/menu_right.png') no-repeat;
    width: 16px;
    height: 40px;
    float: left;
}

ul#menu li.active .right {
    background: url('../images/menu_active_right.png') no-repeat;
}

/*#discount-box {
    width: 299px;
    height: 393px;
    position: absolute;
    right:0px;
    top:50px;
    background: url('../images/kezdolap_kep/akcio.png') no-repeat; 
    cursor: pointer;
}*/
#discount-box {
    background: url("../images/kezdolap_kep/akcio.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 500px;
    left: 650px;
    position: absolute;
    top: 30px;
    width: 500px;
}

.middle-bottom {
    background: url('../images/middle_bg.jpg') repeat-x;   
    min-height: 318px;
    padding: 25px 0 0 40px;
}

.middle-bottom.collection-item,
.middle-bottom.create,
.middle-bottom.products {
    background-position: 0 -2px;    
}

.middle-bottom #left-side {
    width: 595px; 
    color: #4e4e4e;   
    border-right: 1px dotted;
    padding-right: 55px;
    float: left;
}

.middle-bottom.action #left-side {
    width: 400px; 
    border: none;
    padding: 0;
}

.middle-bottom.collection-item #left-side {
    width: 500px;    
    border: none;
    margin-top: 90px;
}

.middle-bottom #left-side h2 {
    font-size: 18px;
    font-weight: bold; 
    margin: 0 0 20px 0;   
}

.middle-bottom #right-side {
    float: left;
    color: #7f7f7f;
    padding-left: 30px;
    width:270px;
}

.middle-bottom.action #right-side {
    padding:0px;
    width:540px;
}

.middle-bottom.collection-item #right-side {
    width: 340px;
    padding: 0;  
    margin-top: 90px;  
}

.middle-bottom #right-side h2 {
    font-size: 18px;
    font-weight: bold; 
}

.middle-bottom.action #right-side h2 {
    color: #4e4e4e;
    margin-bottom: 10px;
}

.middle-bottom.action #right-side p,
.middle-bottom.action #right-side a {
    color: #4e4e4e;
}

.middle-bottom.collection-item #right-side h2 {
    font-size: 14px;    
}

.middle-bottom.collection-item #right-side p {
    margin: 8px 0 0;    
}

.middle-bottom form {
    position: relative;
    z-index: 2;    
    margin: 20px 0 0 10px;
}

.middle-bottom form label {
    width: 95px; 
    display:inline-block;   
}

.middle-bottom form input.input {
    border: 1px solid #7f7f7f;
    width: 116px;
    height: 15px;
    color: #7f7f7f;
    font-size: 11px;
    margin: 0 0 10px 0;
}

form input.input.error {
    border: 1px solid #FF0000;
}

span.chkb-error {
    color: #FF0000;
}

.middle-bottom form select {
    width: 118px;    
    border: 1px solid #7f7f7f;
    height: 15px;
    color: #7f7f7f;
    font-size: 11px;
}

.middle-bottom form input.submit {
    background-color: #ff0000;
    border: 1px solid #9b9b9b;
    height: 18px;
    width: 94px;
    color: #fff; 
    font-size: 12px;
    padding-bottom: 2px;
    margin: 1px 0 0 122px;   
    cursor: pointer;
}

.middle-bottom #side {
    width: 950px; 
    color: #4e4e4e;   
}

.middle-bottom #side p {
    float: left;    
    width: 300px;
    margin-right: 30px;
}

.middle-bottom #side h2 {
    font-size: 18px;
    font-weight: bold; 
    margin: 0 0 20px 0;  
    float: left; 
}

.middle-bottom #collection-browser {
    width: 580px;
    margin-left: 40px;
    float: left;
}

.middle-bottom #collection-browser ul {
    height: 290px;    
    padding-left:40px;
}

.middle-bottom #collection-browser ul li {
    float: left;    
    margin: 0 24px 24px 0;
}

.middle-bottom #collection-browser ul li.end {
    margin: 0 0 24px;    
}

.middle-bottom .searchform {
    float: right;    
    margin:0 27px 0 0;
}

.middle-bottom form.searchform input.input {
    border: 1px solid #cccccc;
    width: 195px;
    height: 15px;
    color: #7f7f7f;
    font-size: 11px;    
}

.middle-bottom form.searchform input.submit {
    background-color: #f3f3f3;
    border: 1px solid #cccccc;
    height: 18px;
    width: 94px;
    color: #7f7f7f; 
    font-size: 11px;
    margin: 0px;   
    cursor: pointer;
    padding-bottom:2px;
}

table#pager {
    float: right;  
    margin:0 27px 0 0;  
    font-size: 12px;
    color: #7f7f7f; 
}

table#pager tr td {
    width: 17px;    
    text-align: center;
}

table#pager a {
    text-decoration: none;
    color: #7f7f7f;    
}

#basket-container {
    padding-top: 16px;
    clear: both;
    width:380px;
}

#basket-container .basket-item {
    clear: left;
    padding-top: 4px;
}

#basket-container .basket-item .imgcont {
    float: left;
    height: 108px;
    width: 108px;
    border: 1px solid #cccccc;    
    text-align:center;
}

#basket-container .basket-item .imgcont img {
    max-height: 108px;
    max-width: 108px;
}

#basket-container .basket-item .left {
    float: left;
    width: 140px;
    padding-left: 10px;
    color: #000;
    font-size: 12px;
}

#basket-container .basket-item .right {
    float: left;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    width:100px;
}

a.print {
    float: right;
    font-size: 10px;   
    color: #696969; 
    text-decoration: none;
}

a.print img {
    vertical-align: sub;    
}

a.sendto {
    float: left;
    font-size: 12px;   
    color: #cccccc; 
    text-decoration: none;
}

a.sendto img {
    vertical-align:baseline;
}

#ratebox,
#ratebox-disabled {
    float: right;    
}

#ratebox img,
#ratebox-disabled img {
    cursor: pointer;    
}

#comment-container {
    clear: both;
    padding: 20px 0;  
}

#comment-container .comment-item {
    font-size: 12px;   
    color: #666; 
    margin-bottom: 20px;
}

#comment-container .comment-item .username {
    float: left;    
    font-weight: bold;
}

#comment-container .comment-item .date {
    float: right;    
    color: #ccc;
}

#comment-container .comment-item p {
    clear: both;    
}

.middle-bottom #left-side #comment-container h2 {
    font-size: 14px;       
    color: #696969; 
    margin: 0 0 10px;
}

.middle-bottom #left-side #comment-container form {
    margin: 0;    
}

.middle-bottom #left-side #comment-container form textarea {
    width: 500px;
    height: 60px;
}

.middle-bottom #left-side #comment-container form input.submit {
    float: right;
    background-color: #f3f3f3;
    border: 1px solid #cccccc;
    height: 18px;
    width: 94px;
    color: #7f7f7f; 
    font-size: 11px;
    margin: 10px 0 0;   
    cursor: pointer;
    padding-bottom:2px;    
}

#products {
    
}

.middle-bottom #side #products h2 {
    font-size: 18px;
    margin: 20px 0 0;
}

#products .product-item {
    width: 130px;
    height: 195px;
    margin: 10px 20px 20px 0;
    float: left;    
    color: #2c2c2c;
    font-size: 12px;
}

#products .product-item .imgbox {
    width: 120px;
    height: 120px;
    margin-bottom: 10px; 
    position: relative;   
}

#products .product-item .imgbox img {
    max-width: 120px;    
    max-height: 120px;
    position: absolute;
    bottom: 0;    
}

#categories {
    border-top: 1px dotted;
    clear: left;    
    padding: 20px 0 0;
    position: relative;
    left: -15px;
    top:20px;
    cursor: pointer;
}

#categories .category-item {
    width: 90px;
    height: 100px;
    float: left;    
    color: #2b2b2b;
    text-align: center;
    padding: 7px 7px 7px 0;
}

#categories .category-item .imgbox {
    width: 65px;
    height: 70px;
    position: relative;   
    margin-bottom: 10px; 
}

#categories .category-item .imgbox img {
    max-width: 65px;    
    max-height: 70px;
    position: absolute;
    bottom: 0;    
}

#swfcontainer {
    left:-27px;
    position:relative;
    top:20px;    
}

#sendto, #privacypolicy {
    display: none;    
}

#sendto form {
    
}

#sendto form label {
    display: inline-block;  
    width: 140px;
}

#sendto form input {
    height:22px;
    margin-bottom:5px;
    width:200px;
}

#sendto form textarea {
    width: 200px;
    height: 60px;
}

/*Tooltip and Pointer CSS*/
.fg-tooltip {
    padding: 2px;
    width: 180px;
    border-width: 2px !important;
    position: absolute;
    z-index: 9999;
    left:100px;
    color: #fff !important;
    font-size: 10px !important;
    text-align: center;
}
.fg-tooltip .fg-tooltip-pointer-down, .fg-tooltip .fg-tooltip-pointer-down-inner {
    position: absolute; 
    width:0; 
    height:0; 
    border-bottom-width: 0;
    background: none;
}
.fg-tooltip .fg-tooltip-pointer-down {    
    border-left: 7px dotted transparent; 
    border-right: 7px dotted transparent;
    border-top-width: 14px;
    bottom:    -14px;
    right: auto;
    left: 50%;
    margin-left: -7px;
}
.fg-tooltip .fg-tooltip-pointer-down-inner {
    border-left: 5px dotted transparent; 
    border-right: 5px dotted transparent;
    border-top: 10px solid #fff;
    bottom:    auto;
    top: -14px;
    left: -5px;
}
/*pointer alignment*/
.fg-tooltip-left .fg-tooltip-pointer-down {    
    border-left: 0; 
    border-right: 17px dotted transparent;
    border-top-width: 14px;
    bottom:    -14px;
    right: auto;
    left: 1em;
    margin: 0;
}
.fg-tooltip-left .fg-tooltip-pointer-down-inner {
    border-top-color:#B81900;
    border-top-style:solid;
    border-top-width:10px;
    bottom:    auto;
    top: -14px;
    left: 2px;
}
.fg-tooltip-right .fg-tooltip-pointer-down {    
    border-left: 17px dotted transparent; 
    border-right: 0;
    border-top-width: 14px;
    bottom:    -14px;
    right: 1em;
    left: auto;
    margin: 0;
}
.fg-tooltip-right .fg-tooltip-pointer-down-inner {
    border-left: 12px dotted transparent; 
    border-right: 0;
    border-top: 10px solid #fff;
    bottom:    auto;
    top: -14px;
    right: 2px;
    left: auto;
}

#reginfo {
    margin: 10px 0 20px 0;    
}

#reginfo a {
    color: #7F7F7F;    
}

.middle-bottom #right-side #reginfo h2 {
    font-size:13px;
    margin: 0 0 10px 0;
}

#regdiv {
    float: none;
    width: 900px;
    font-size: 12px;    
}

#regdiv form label {
    width: 120px;    
}

#regdiv form input.input,
#regdiv form select {
    width: 200px;    
}
