/* CSS Document */
/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/

* {margin:0px; padding:0px;}
div {overflow: hidden;}
img {border-width:0px;}
p {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#212121}
.wrapper {width:981px; margin:0px auto; padding-bottom:60px;}

.header {width:981px; padding-top:9px; padding-bottom:27px;}


.content {width:981px; background:url(images/bg_mid.gif) repeat-y;}
.content .top {width:981px; height:25px; background:url(images/bg_top.jpg) no-repeat;}
.content .bottom {width:981px; height:25px; clear:both; background:url(images/bg_bottom.jpg) no-repeat;}
.content .inner {width:940px; margin-left:21px;}
.row {padding-top:22px; clear:both;}
.row div {width:230px; margin-left:125px; float:left;}
.row div.first {margin-left:0px;}
.row div img {margin-bottom:10px; display:block; border:1px solid #d0d0d0; cursor:pointer;}
.row div span {width:117px; height:31px; display:block; float:right; background:url(images/button_quick_view.jpg) no-repeat; cursor:pointer; text-indent:-9000px;}
.row div .big {display:none;}

.popup {width:713px; position:absolute; display:none;}
.popup .top {width:713px; height:65px; background:url(images/bg_popup_top.png) no-repeat; position:relative;}
.popup .top .close {left:652px; top:28px; display:block; position:absolute; cursor:pointer;}
.popup .bottom {width:713px; height:77px; background:url(images/bg_popup_bottom.png) no-repeat;}
.popup .inner {padding-left:69px; background:url(images/bg_popup_mid.png) repeat-y;}