body
{
    background: url('/images/dakota-matrix-bg.jpg?ver=1.0.2') no-repeat fixed top center;
}

#main_container
{
    margin: 10px auto;
    background-color: #CBBB9C;
    padding-bottom: 0px;
}

#imagebar
{
    margin-top: 10px;
    margin-bottom: 10px;
}

#imagebar .grid_1
{
	width: 66px;
	margin-left: 7px;
	margin-right: 7px;
	position: relative;
}

#imagebar img 
{
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 3px;
	/*background-color: #feee00;*/
}

#imagebar span
{
    background: url('/images/header-overlay.png') no-repeat scroll 0 0 transparent;
    display: block;
    height: 66px;
    left: 0;
    position: absolute;
    top: 0;
    width: 66px;
}

.nav
{
    margin-bottom: 20px;
}


#wrapper_header
{
    height: 90px;
    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;
}

#wrapper_header .logo
{
    background: transparent url(/images/dmlogo.png) no-repeat top left;
    position: relative;
    width: 626px;
    height: 88px;
}

.widget
{
    margin-bottom: 20px;
}

.widget_header
{
    font-family: Georgia;
    font-size: 14px;
    border-bottom: 1px solid #404040;
    color: #404040;
    margin-bottom: 12px;
}

a:link, a:active
{
    color: #4e1412;
    text-decoration: none;
}

a:visited
{
    color: #4e1412;
}
/* visited link */
a:hover
{
    color: #a22a24;
    text-decoration: underline;
}
/* mouse over link */

.white_widget
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #96aeab;
    padding: 6px 8px;
    margin-bottom: 20px;
}

.rotator
{
    padding: 10px;
    margin-bottom: 20px;
}

.center
{
    text-align: center;
}

.upper
{
    text-transform: uppercase;
}

.right
{
    float: right;
}

#copy
{
    margin-top: 10px;
    color: #fff;
    font-size: 9px;
    padding: 0px 6px;
}

#copy a:link, #copy, a:active, #copy a:visited, #copy a:hover
{
    color: #363636;
    text-decoration: none;
}

.nextupdate
{
    background-color: #f3e5c1;
    color: #660000;
    text-align: center;
    border: 1px solid #dcdad9;
    padding: 10px 0px;
    margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.nextupdate p
{
	margin-bottom: 0px;
}

.shadow
{
    -moz-box-shadow: 3px 3px 15px #222222;
    -webkit-box-shadow: 3px 3px 15px #222222;
    box-shadow: 3px 3px 15px #222222;
}

.rounded
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.rounded_bottom
{
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rounded_top
{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

h1#home-tagline
{
    font-size: 17px;
    color: #404040;
    margin-left: 10px;
    font-weight: normal;
    font-family: Arial;
    text-transform: none;
    text-align: center;
}

.previews .item
{
    width: 248px;
    height: 292px;
    position: relative;
    float: left;
    margin: 0px 6px;
    background-color: #cbbb9c;
    font-size: 20px;
    color: #363636;
    padding: 6px 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/*background: -moz-linear-gradient(top, #EEEEEE, #dddddd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#dddddd));
	background: -o-linear-gradient(top, #EEEEEE, #dddddd);*/
    
}

.previews .item h3
{
    display: block;
    width: 238px;
    margin: 10px auto;
    margin-top: 0px;
    line-height: 30px;
    font-family: Verdana,Geneva,sans-serif;
    background: #bbbbbb;
    font-size: 14px;
	background: -moz-linear-gradient(top, #EEEEEE, #bbbbbb);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#bbbbbb));
	background: -o-linear-gradient(top, #EEEEEE, #bbbbbb);
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

.previews .item .heading
{
    display: block;
    width: 238px;
    margin: 10px auto;
    line-height: 31px;
    font-family: Verdana,Geneva,sans-serif;
    background: #2a2a2a;
    font-size: 13px;
	background: -moz-linear-gradient(top, #555555, #2a2a2a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#2a2a2a));
	background: -o-linear-gradient(top, #555555, #2a2a2a);
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	color: #feee00;
}

.previews a 
{
    text-decoration: none;
}


.previews .item .wrap-ribbon
{
    font-size: 9px;
}

.item span
{
    display: block;
}


a.dmbutton
{
    background-color: #4d4d4d;
    color: #f0d50f;
    font-size: 12px;
    padding: 8px 20px;
}

/* Card Info */
#cartInfo
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 300px;
    text-align: center;
    padding-left: 4px;
    line-height: 24px;
}

#cartInfo .welcomeinfo
{
    font-size: 11px;
    height: 16px;
    line-height: 20px;
    overflow: auto;
    padding: 2px 4px 2px 0;
    text-align: right;
}

.cartContainer
{
    text-align: right;
}

.cartContainer .splitLine
{
    color: #AD401A;
    font-size: 11px;
}

.cartCheckout a.chkout
{
    float: right;
}
.cartContainer .splitLine
{
    float: left;
    height: 39px;
    margin-top: 6px;
    width: 2px;
}
.cartPriceArea
{
    cursor: pointer;
    float: right;
    margin: 6px 9px 0 6px;
    color: #666666;
    font-weight: normal;
    line-height: 18px;
    padding: 0 8px;
}
.cartCheckout
{
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-left: 5px;
    margin-top: 9px;
    width: 50px;
}

#cartInfo a
{
    text-decoration: none;
}


#cartInfo .cartContents
{
    display: block;
}

#cartInfo .cartContents
{
    display: block;
}

.userNavigation
{
    clear: both;
    color: #666666;
    font-size: 11px;
    padding: 3px 0 0;
    position: absolute;
    right: 0;
}

.userNavigation a
{
    color: #666666;
    font-weight: normal;
    line-height: 18px;
    padding: 0 8px;
}

.miniCart
{
    float: right;
    padding: 10px 9px 0 20px;
}

.miniCart, .miniCart span
{
}


/* Search Box */

#searchbox
{
    z-index: 4000;
    position: absolute;
    top: 15px;
    right: 10px; /*  background-color: #4d4d4d;     color: #f0d50f;     padding: 2px;*/
    width: 222px;
}

#searchbox p
{
    margin: 0;
    position: relative;
}

.sb_wrapper
{
    margin: 0;
    padding: 0;
    z-index: 4001;
    height: 100%;
    width: 100%;
    position: relative;
}

.sb_wrapper input[type="text"]
{
    height: 14px;
}

.sb_wrapper input[type="text"], ul.sb_dropdown
{
    border: 1px solid #fff;
    background: #fafafa;
    font-size: 12px;
    outline: none;
    padding: 6px 5px 6px 5px;
    text-shadow: 1px 1px 1px #fff;
    width: 175px;
    float: left;
    margin: 3px 0px;
}
ul.sb_dropdown
{
    float: left;
    list-style: none;
    width: 207px;
    padding: 4px 4px;
}
ul.sb_dropdown li
{
    margin-left: 5px;
    color: #363636;
    font-size: 12px;
    line-height: 26px;
    height: 24px;
}
ul.sb_dropdown li input[type="checkbox"]
{
    float: left;
    margin: 4px 2px 0 2px;
}

span.sb_up, span.sb_down
{
    position: absolute;
    top: 3px;
    left: 0px;
    width: 14px;
    height: 24px;
    background-color: #f2f2f2;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
    border: 1px solid #fff;
    -moz-box-shadow: 1px 0px 1px #ddd;
    -webkit-box-shadow: 1px 0px 1px #ddd;
    -box-shadow: 1px 0px 1px #ddd;
}
span.sb_up
{
    background-image: url(/images/up.png);
}
span.sb_down
{
    background-image: url(/images/down.png);
}
input.sb_search
{
    background: #f2f2f2 url(/images/search.png) no-repeat center center;
    height: 28px;
    width: 32px;
    float: left;
    border: none;
    margin: 3px 0px;
    border: 1px solid #fff;
    -moz-box-shadow: 1px 1px 3px #555;
    -webkit-box-shadow: 1px 1px 3px #555;
    -box-shadow: 1px 1px 3px #555;
    outline: none;
    cursor: pointer;
}
input.sb_search:hover
{
    background-color: #fff;
}

/* previews */
.previews
{
    margin-bottom: 20px;
}


/* announcements */
.announcements
{
    margin-bottom: 20px;
    color: #404040;
}

.announcements h3
{
    font-family: Georgia;
    font-size: 16px;
    border-bottom: 1px solid #404040;
    color: #404040;
}

.announcements .block-content 
{
    max-height: 600px;
    overflow-y:scroll;
}

.announcement
{
    border-bottom: 1px solid #CCCCCC;
    float: left;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    width: 100%;
}

.announcement:after
{
    clear: both;
}

.announcement .ann-img
{
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    line-height: 0;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    background-color: #fff;
}

.ann-img img
{
    display: block;
}

.ann-text
{
    width: 550px;
    float: left;
}

.ann-text h4
{
    font-size: 14px;
    margin-bottom: 5px;
}

.ann-text p
{
    line-height: 19px;
    margin-bottom: 12px;
}


/* links */
.links
{
    margin-bottom: 20px;
    color: #404040;
}

.links h2, h3
{
    font-family: Georgia;
    font-size: 16px;
    border-bottom: 1px solid #404040;
    color: #404040;
}

.link
{
    border-bottom: 1px solid #CCCCCC;
    float: left;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    width: 100%;
}

.link .link-img
{
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    line-height: 0;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    background-color: #fff;
}

.link-img img
{
    display: block;
}

.link-text
{
    float: left;
    width: 500px;
}

.link-text h4
{
    font-size: 14px;
    margin-bottom: 5px;
}

.link-text p
{
    line-height: 19px;
    margin-bottom: 12px;
}

/* footer */
#footer
{
    background-color: #CBBB9C;
    margin-top: 10px 0;
    padding: 10px 0;
}

#footer h3
{
    margin-bottom: 7px;
}

#footer ul li
{
    margin: 0 0 2px 0;
    list-style-image: url("/images/bul.png");
    list-style-position: inside !important;
    list-style-type: disc;
}

#footer ul li
{
    padding-bottom: 4px;
    padding-top: 4px;
}

#footer ul li:first-child
{
    border-top: medium none !important;
    padding-top: 0 !important;
}

#footer .widget_content
{
    margin-bottom: 10px;
}

/* tinymce */
.mceToolbarTop *
{
    float: left;
}

.mceToolbarTop select
{
    width: auto !important;
}

.mceToolbarTop option
{
    float: none;
}

/* newadditions */

.list_item
{
    margin-bottom: 10px;
}

h2 .meta
{
    display: block;
    color: #CBBB9C;
    font-size: 13px;
    font-style: italic;
}

.image_container
{
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}

.image_1
{
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
}

.image_1 img
{
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 3px;
}

.image_2
{
    float: left;
    margin-bottom: 10px;
}

.image_2 img
{
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 3px;
}

.ism
{
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 3px;
}

.scrollable
{
    text-align: center;
}

#newadditions .product_information
{
    position: relative;
}

#newadditions .product_information h3
{
}

#newadditions .product_information h3 a
{
    margin-right: 10px;
}

#newadditions h3 span
{
    color: #959595;
    font-size: 11px;
    font-style: italic;
}

#newadditions .product_information .data
{
    width: 900px;
    overflow: auto;    
    margin-right: 10px;
}

#newadditions .product_information .actions
{
    width: 250px;
    float: left;
    border-left: 1px solid #cccccc;
    min-height: 250px;
}

#newadditions .actions ul li
{
    height: 35px;
}

.price
{
    font-size: 14px;
    font-weight: bold;
}

.hasreduced
{
    text-decoration: line-through;
}

.available, .Available
{
    color: #49E20E !important;
    font-size: 14px;
    font-weight: bold;
}

.sold, .Sold
{
    color: #AE1231 !important;
    font-size: 14px;
    font-weight: bold;
}

.reserved, .Reserved
{
    color: #AE1231 !important;
    font-size: 14px;
    font-weight: bold;
}

.sale, .Sale
{
    color: #AE1231 !important;
    font-size: 15px;
    font-weight: bold;
}

#newadditions .data
{
    float: left;
}

#newadditions h3
{
    border-bottom: 2px solid #cccccc;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0;
}
#newadditions ul
{
    list-style: none;
    margin-left: 10px;
    padding: 0;
}

#newadditions ul li
{
    padding: 2px 4px;
}

/* paging */
.pagenav
{
    overflow: hidden;
    margin-bottom: 18px;
    list-style: none;
}

.pagenav.alphanav {
	margin-bottom:0;
	
}

.pagenav li
{
    float: left;
    min-width: 18px;
    height: 24px;
    line-height: 24px;
    margin-right: 12px;
    padding: 0 4px;
    text-align: center;
    color: #feee00;
    background: #2a2a2a;
    border: 1px solid #98A4A6;
    margin-left: 0;
    margin-bottom:8px;
}

.pagenav.alphanav li {

margin-right:6px !important;
}

.pagenav a
{
    display: block;
    color: #feee00;
}


.pagenav li:hover, .pagenav li.current
{
    background: #feee00;
}

.pagenav li:hover a, .pagenav li.current a
{
    color: #2a2a2a;
}

.pagenav li.extend
{
    background: none;
    color: #C65720;
}

/* latest navigation */

.nav
{
    position: relative;
    padding: 10px 0;
}

.latest
{
    list-style: none outside none;
    margin: 10px 0 0;
    padding: 0;
}

.latest li
{
    background-color: #f8f8f8;
    border: 1px solid #98A4A6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-table;
    height: 27px;
    margin-bottom: 10px;
    margin-right: 8px;
    overflow: hidden;
    margin: 0px 6px;
    min-width: 135px;
}

.latest li.active
{
    border-color: #999;
	background-color: #fbf6aa;
}

.latest li:hover
{
    border-color: #999;
	background-color: #fbf6aa;
}

.latest .icon
{
    background-color: #d8d8d8;
    border-right: 1px solid #98a4a6;
    float: left;
    height: 18px;
    padding: 6px 5px;
    position: relative;
    margin: 0;
}

.latest .description
{
    display: table-cell;
    margin-left: 35px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    vertical-align: middle;
}

.latest strong
{
    color: #2A2A2A;
    font-size: 10px;
    display: block;
}

.latest span
{
    color: #717171;
    display: block;
    font-size: 9px;
}

/* product detail */
.item-actions
{
    border-left: 1px solid #98A4A6;
    float: left;
    min-height: 200px;
    width: 220px;
    padding: 10px;
}

.spec_data h3
{
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 3px 0;
    position: relative;
    font-weight: bold;
}

/*DL, DT, DD TAGS LIST DATA*/
dl
{
    margin-bottom: 20px;
}

dl dt
{
    background: #434342;
    color: #fff;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    padding: 5px;
    width: 125px;
}

dl dd
{
    margin: 2px 0;
    padding: 5px 0;
}

.t-datetimepicker .t-picker-wrap
{
    padding-right: 50px !important;
}

#search .product_information
{
    position: relative;
}

#search .image_container
{
    width: auto;
    float: left;
    position: relative;
    margin-right: 10px;
}

#search .main_image
{
    height: 320px;
    min-width: 360px;
    float: left;
}

#search .sub_images
{
    width: 80px;
    height: 320px;
    float: left;
    overflow: hidden;
}

#search .sub_images a
{
}

#search .product_detail
{
    float: left;
    position: relative;
    width: 440px;
}

#search .actions
{
    position: absolute;
    bottom: 0;
    right: 0;
}

#search .actions .sub ul
{
    list-style: none;
}

#search .actions .sub li
{
    height: 26px;
    margin: 10px 0;
}

#search .sub_images li
{
    margin: 10px 0px;
}

#search .item_footer
{
}

#search .item_footer a
{
    margin-left: 8px;
}

.product_detail .spec
{
    color: #ffff11;
}

/* catalog list */
#catalogsearch .list_item
{
    border: 1px solid #d5d5d5;
    background-color: #fff;
    padding: 6px;
    position: relative;
}

#catalogsearch .list_item .catalog-thumb
{
    float: left;
    margin: 0 10px 10px 0;
}
#catalogsearch .list_item .content
{
    display: inline;
    overflow: hidden;
    font-size: 12px;
    line-height: 19px;
}

#catalogsearch .list_item p.meta
{
    position: absolute;
    bottom: 6px;
    right: 6px;
    margin: 0;
    padding: 0;
}

caption, th, td
{
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

.inner-boundary
{
    background-color: #fff;
}

.inner-boundary .attributes.inner-border td
{
    color: #515151;
    font-size: 11px;
    padding: 7px 20px;
    vertical-align: top;
}

.inner-boundary .attributes.inner-border td.attr-name
{
    border-right: 1px solid #A8A8A8;
    padding: 7px 10px 7px 5px;
    width: 110px;
}


.inner-boundary .attributes.inner-border tr.first-item td
{
    padding-top: 21px;
}

.navThumbs
{
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.navThumbs li
{
    line-height: 80px;
    border: none;
    display: inline;
    font-size: 28px;
    margin: 0 2px;
    padding: 0;
}

.navThumbs li img
{
    vertical-align: middle;
}

.block
{
    border: 1px solid #dadada;
    margin: 0 0 20px;
    position: relative;
    border-radius: 10px 10px;
}

.block .block-title
{
    position: relative; /*background-color: #f8f8f8;*/
    padding: 7px 9px 8px 10px; /* border-bottom: 3px solid #98A4A6;*/
    background-color: #E5DBC8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #98A4A6;
}

.block .block-title strong span
{
    width: 550px;
    display: block;
    font-size:inherit;
}

.block .block-title h1 {
    display:block;
    width:500px;
    font-size:20px;
    margin:0;
    padding:0;   
    text-transform: none;
}

.block .block-title h2 
{
    display:block;
    width:550px;
    font-size:18px;
    margin:0;
    padding:0;   
    text-transform: none;
}

.full-width
{
	width: auto;
}

.cartactions
{
    float: right;
    position: absolute;
    top: 10px;
    right: 0;
}

.cartactions li
{
    margin-left: 0px;
    display: inline;
    list-style-type: none;
    margin-right: 10px;
}

.block .block-title strong
{
    /*    color: #98A4A6;*/
    color: #666666;
    font-size: 18px;
}

.block .block-title strong a, .block .block-title strong a:visited, .block .block-title strong a:link
{
    color: #666666;
}

.block .block-title .meta
{
    color: #666666;
    font-size: 12px;
    display: block;
}

.block .block-title .actionbar
{
    position: absolute;
    top: 0px;
    right: 0px;
}

.block .block-title .actions li
{
    float: left;
    margin-right: 6px;
}

.block .block-content
{
    position: relative;
    background-color: #f8f8f8;
    padding: 10px;
    margin: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.block-content.no-title
{
    /*border-top: 3px solid #98A4A6;*/
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 2px 1px 3px: #000;
}

/* shopping cart */

#cart-table
{
    width: 100%;
    margin: 0;
    background-color: #fff;
}

#cart-table td
{
    border-bottom: 1px solid #d8d8d8;
    padding: 8px;
}

/* teaser box */
#teaser
{
    padding: 11px;
    border: 1px solid #98A4A6;
    background-color: #f8f8f8;
    margin-bottom: 10px;
    position: relative;
}

.teaserbox
{
    background-color: #f8f8f8;
    border: 1px solid #98A4A6;
    float: left;
    height: 475px;
    overflow: hidden;
    padding: 10px;
    width: 400px;
    position: relative;
}

.teaserbox img
{
    height: 300px;
    width: 400px;
    overflow: hidden;
    position: absolute;
    border: none;
}

.teaserbox a img, #top .teaserbox a:hover img
{
    border: none;
}

.teaserbox a
{
    display: none;
}

.teaserbox .info a {
    display: inline;   
}

.teaserbox .info strong {
    display: inline;   
}

.teaserbox .info span {
    display: inline;    
}

.teaserbox p
{
    margin-bottom: 6px;
}

.teaser_infobox
{
    background-color: #f8f8f8;
    border: 1px solid #98A4A6;
    width: 450px;
    height: 400px;
    float: left;
    border-left: none;
    position: relative;
    padding: 10px;
}

.scrollup, .scrolldown
{
    position: absolute;
    top: 3px;
    display: block;
    height: 22px;
    width: 22px;
    z-index: 10;
    cursor: pointer;
    right: 10px;
    background-image: url(/images/scroll.jpg);
    text-indent: -9999px;
    background-position: right top;
}

.infowrap img
{
    float: left;
    padding: 5px;
}

.scrolldown
{
    background-position: right bottom;
    top: 25px;
}
.scrollup:hover
{
    background-position: left top;
}
.scrolldown:hover
{
    background-position: left bottom;
}

.infowrap
{
    position: absolute;
    border: 1px solid #98A4A6;
    left: 10px;
    top: 10px;
    width: 450px;
    height: 400px;
    overflow: hidden;
}


.infowrap ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    width: 100%;
    position: absolute;
    left: 0;
}

.infowrap ul li
{
    margin: 0;
    padding: 12px 10px;
    float: left;
    border-bottom: 1px solid #98A4A6;
    border-top: 1px solid #fff;
    width: 430px;
}

.infowrap ul li .seinfo
{
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 200px;
}

.infowrap h3
{
    font-size: 16px;
    margin: 0 0 8px 0;
}

.infowrap h4
{
    font-size: 14px;
    margin: 0 0 6px 0;
}

#teaser .disabled
{
}

.teaser_infobox strong
{
    font-weight: normal;
    font-size: 18px;
    display: block;
    margin: 10px 0;
}

.ticker
{
    background-color: #d8d8d8;
}

.hlticker
{
    background-color: #d8d8d8;
}

.ticker:hover
{
    background-color: #d8d8d8;
}

.displayme
{
    display: block;
}

.teaser_infobox ul li a, .teaser_infobox ul li a:visited
{
    display: block;
    width: 250px;
    text-decoration: none;
    padding: 3px 5px;
    outline: none;
}

#top .teaser_infobox ul li a:hover
{
    background-color: #222;
}


.teaser_infobox ul li a span
{
    display: block;
    font-size: 10px;
    color: #999;
}

.teaserbox span
{
    /*position: absolute;     width: 415px;     height: 300px;     background-image: url(/images/glass-trans.png);     background-repeat: no-repeat;     background-position: 0 0;     top: 5px;     left: 5px;     z-index: 10;*/
}

.teaserbox span a.link
{
    border: none;
    text-decoration: none;
    display: block;
    height: 300px;
    width: 400px;
    text-indent: -9999px;
    z-index: 0;
    outline: none;
}

.teaser_excerpt
{
    display: none;
    z-index: 5;
    position: absolute;
    bottom: 9px;
    left: 0;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0;
    color: #98A4A6;
    width: 420px;
    height:175px;
    overflow:hidden;
}

.teaser_excerpt strong
{
    display: block;
}

.teaser_excerpt div
{
    padding: 8px 12px 6px;
    width: 400px;
    position: relative;
}


.teaser_excerpt p
{
    padding: 2px 0 0 0;
}

/* gallery archives */
ul.results li
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #98A4A6 #98A4A6 #98A4A6;
    border-style: solid;
    border-width: 1px;
    display: inline;
    float: left;
    margin: 10px;
    padding: 10px;
    width: 415px;
}

ul.results .imgTmb
{
    display: inline;
    float: left;
    height: 120px;
    overflow: hidden;
    width: 160px;
    text-align: center;
}

ul.results .archive-info
{
    display: inline;
    float: right;
    margin: 18px 0 0;
    width: 240px;
}


ul.results li p
{
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 0;
}

#copy p
{
    font-size: 9px;
}

/* daily fives */
.weekwrapper .day
{
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #98A4A6;
    display: inline-block;
    float: left;
    margin: 6px 6px 0;
    padding: 6px;
    width: 155px;
}

.day .prod-name
{
    float: left;
    height: 35px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}

.day .prod-name h2
{
    font-size: 13px;
}

.day .prod-photo
{
    border-bottom: 1px solid #E6E6E6;
    float: left;
    height: 120px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 155px;
}

.day .prod-photo a img
{
    float: left;
    height: 109px;
    margin: 0 5px 10px;
    width: 145px;
}

.day .prod-info
{
    float: left;
    margin: 5px 0 0;
    width: 155px;
}

.day .prod-info .first-row
{
    float: left;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%;
}

.day .prod-info .second-row
{
    float: left;
    height: 27px;
    line-height: 27px;
    padding-bottom: 10px;
    width: 100%;
}

.day .prod-info .first-row .avail
{
    color: #232222;
    float: left;
    height: 20px;
    line-height: 20px;
    width: 70px;
}

.day .prod-info .first-row .wishlist
{
    float: right;
    height: 20px;
    line-height: 20px;
    text-align: right;
    width: 70px;
}

.day .prod-info .second-row div.price
{
    color: #414141;
    float: left;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    width: 160px;
}

.day .prod-info .second-row .addcart
{
    float: left;
    height: 27px;
    line-height: 27px;
    width: 80px;
}

input.nice-s, a.nice-a
{
    background-color: #2a2a2a;
    background: -moz-linear-gradient(center top , #555555 0%, #2a2a2a 100%) repeat scroll 0 0 transparent;
    border-radius: 6px 6px 6px 6px;
    color: #feee00;
    font-size: 12px;
    font-weight: normal;    
    text-align: center;
    cursor:pointer;
    vertical-align: middle;
}

a.nice-a
{
    padding: 6px 6px;
    vertical-align: middle;
    line-height: 28px;
}

input.nice-s {
	height: 27px;
	border: none;
}

input.nice-s:hover, a.nice-a:hover
{
    text-decoration: none;
}

.day .prod-info .second-row .addcart a
{
    float: right;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    width: 60px;
}

.day .prod-info .second-row .addcart a:hover
{
    height: 26px;
    line-height: 26px;
    width: 78px;
}

/* user home slider */
.us-fav
{
    float: left;
    width: auto;
    list-style: none;
}

.us-fav li
{
    float: left;
    margin-bottom: 12px;
    width: 190px;
    margin-left: 0px;
}

.us-fav.big li
{
    float: left;
    margin-bottom: 12px;
    width: 180px;
    margin-left: 0px;
    margin-top: 40px;
}

.us-fav .image
{
    padding: 8px 0 0;
    position: relative;
    text-align: center;
}

.us-fav .detail
{
    padding: 6px 6px 6px;
    text-align: center;
}

.us-fav h2
{
    line-height: normal;
    padding-bottom: 0;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.jsshowoff div h2
{
    font-size: 12px;
}

#wishlist .item-list, #wantlist .item-list
{
    list-style: square outside none;
    border: 1px solid #FFFFFF;
}

#wishlist ul li, #wantlist ul li
{
    margin: 0;
    background-color: #F4F4F4;
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #FFFFFF;
    font-size: 11px;
    list-style: none outside none;
    padding: 20px;
    position: relative;
}

#wishlist .item-list li.first-item, #wantlist .item-list li.first-item
{
    border-top: medium none;
}

#wishlist .item-list li.item:after, #wantlist .item-list li.item:after
{
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#wishlist .item-list li.item .item-info, #wantlist .item-list li.item .item-info
{
    float: left;
}

#wishlist .item-list li span.thumbnail, #wantlist .item-list li span.thumbnail
{
    display: block;
    float: left;
    margin-right: 20px;
}

#wishlist .item-list li.item .right, #wantlist .item-list li.item .right
{
    float: right;
    overflow: hidden;
}



.btn-icon:after
{
    -moz-transition-duration: 0.3s;
    -moz-transition-property: opacity;
    content: "";
    float: right;
    height: 17px;
    margin: 0 0 0 10px;
    opacity: 0.45;
    width: 17px;
}

/* login */
input, select, textarea
{
    color: #666666;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 4px;
    border-color: #BFBFBF #D7D7D7 #E0E0E0;
    border-left: 1px solid #D7D7D7;
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #D7D7D7;
    border-style: solid;
    border-width: 1px;
}

select
{
    padding: 4px;
}

.box
{
    width: 370px;
    overflow: hidden;
    padding: 15px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -web-border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.32);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.32);
    -web-box-shadow: 0 0 20px rgba(0,0,0,.32);
}
.box h2
{
    color: #292929;
    font-size: 25px;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    outline: none;
}
.box h3
{
    color: #7f7f7f;
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    outline: none;
}

#profile .action-box
{
    margin: 0 0 10px;
    position: relative;
}

#profile .action-box .titlebar
{
    float: left;
    margin: 0;
    padding: 12px 10px;
    width: 200px;
}

#profile .action-box .listbar
{
    border-left: 1px solid #A3C9DB;
    margin: 0 0 0 220px;
    padding: 12px 0 12px 10px;
    min-height: 100px;
}

#profile .action-box .titlebar h2
{
    color: #333333;
    display: block;
    font-size: 1.35em;
    line-height: 1.15em;
    margin: 0;
}

#profile .action-box .titlebar h3
{
    color: #999999;
    display: block;
    font-size: 0.85em;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    padding-top: 3px;
}

#profile .action-box .titlebar img
{
    margin: 1.2em 0 0;
    padding: 0;
}

#profile .action-box .listbox
{
    float: left;
    padding: 0 1em 1em 0.8em;
    width: 220px;
}

.listbox ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.listbox ul li
{
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.38em;
    margin: 0;
    padding: 0 0 4px;
}

/* messages */
.msgGrowl-container
{
    width: 300px;
    position: fixed;
}

.top-right
{
    top: 10px;
    right: 15px;
}
.bottom-right
{
    bottom: 10px;
    right: 15px;
}

.top-left
{
    top: 10px;
    left: 15px;
}
.bottom-left
{
    bottom: 10px;
    left: 15px;
}

.top-center
{
    top: 10px;
    left: 50%;
    margin-left: -150px;
}
.bottom-center
{
    bottom: 10px;
    left: 50%;
    margin-left: -150px;
}

.msgGrowl
{
    background: #DDD;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F9F9F9), color-stop(1, #D5D5D5));
    background: -moz-linear-gradient(top, #F9F9F9, #D5D5D5);
    background: -o-linear-gradient(#F9F9F9, #D5D5D5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#D5D5D5');
    width: 300px;
    font-size: 11px;
    color: #333;
    padding: 0;
    margin: 0 0 10px 0;
    border: 1px solid #A8A8A8;
    position: relative;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 7px rgba(0,0,0,.3);
    box-shadow: 0 0 7px rgba(0,0,0,.3);
    -webkit-text-shadow: 0 0 1px #FFF;
    -moz-text-shadow: 0 0 1px #FFF;
    -o-text-shadow: 0 0 1px #FFF;
    text-shadow: 0 0 1px #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.msgGrowl h4
{
    font-size: 13px;
    color: #333;
    margin-bottom: .5em;
    -webkit-text-shadow: 0 0 1px #FFF;
    -moz-text-shadow: 0 0 1px #FFF;
    -o-text-shadow: 0 0 1px #FFF;
    text-shadow: 0 0 1px #FFF;
}

.msgGrowl-content
{
    padding: 10px 20px 10px 10px;
}

.msgGrowl-close
{
    background: url(/images/admin/msgGrowl_close.png) no-repeat 50% 50%;
    width: 11px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .4;
}

.msgGrowl-close:hover
{
    opacity: 1;
    cursor: pointer;
}

.msgGrowl.success .msgGrowl-content
{
    background: url(/images/admin/msgGrowl_success.png) no-repeat 10px 13px;
}
.msgGrowl.success .msgGrowl-content
{
    padding-left: 50px;
}
.msgGrowl.success h4
{
    color: #5B7027;
}
.msgGrowl.success span
{
    background: none !important;
}

.msgGrowl.error .msgGrowl-content
{
    background: url(/images/admin/msgGrowl_error.png) no-repeat 10px 13px;
}
.msgGrowl.error .msgGrowl-content
{
    padding-left: 50px;
}
.msgGrowl.error h4
{
    color: #AF4434;
}

.msgGrowl.info .msgGrowl-content
{
    background: url(/images/admin/msgGrowl_info.png) no-repeat 10px 13px;
}
.msgGrowl.info .msgGrowl-content
{
    padding-left: 50px;
}
.msgGrowl.info h4
{
    color: #316AB7;
}

.msgGrowl.warning .msgGrowl-content
{
    background: url(/images/admin/msgGrowl_warning.png) no-repeat 10px 13px;
}
.msgGrowl.warning .msgGrowl-content
{
    padding-left: 50px;
}
.msgGrowl.warning h4
{
    color: #B69201;
}

/*
=======================================================================
	Shopping Cart
=======================================================================
*/
.shoppingcart
{
    border: #ececec solid 1px;
    padding-bottom: 20px;
    background-color: #FFF;
}
.shoppingcart .carttable
{
    margin: 18px 0px 0px;
}
.carttable p.note
{
    float: left;
    color: #000;
}
.carttable ul
{
    float: left;
    list-style: none;
    width: 914px;
}
.carttable ul li
{
    float: left;
}
.carttable ul.head
{
    background-repeat: repeat-x;
    height: 27px;
    border: #ececec solid 1px;
    margin-top: 10px;
    color: #333;
    font-weight: bold;
}
.carttable ul.head li
{
    height: 21px;
    padding-top: 6px;
}
.carttable ul.head li.remove
{
    width: 84px;
    text-align: center;
}

#cart td
{
    height: 24px;
    vertical-align: middle;
}

#cart .remove
{
    width: 84px;
    text-align: center;
}

#cart .name
{
    width: 300px;
}

#cart .u_price
{
    width: 90px;
}

#cart .qty
{
    width: 80px;
}

#cart .s_total
{
    width: 90px;
}

#cart .remove a
{
    width: 18px;
    height: 18px;
    background-image: url(/images/delete.png);
    background-repeat: no-repeat;
    display: inline-block;
}

#cart .qty input
{
    width: 40px;
    height: 18px;
    line-height: 18px;
    color: #333;
    text-align: center;
}

.carttable ul.head li.imag
{
    width: 110px;
    text-align: center;
}
.carttable ul.head li.p_name
{
    width: 315px;
    padding-left: 22px;
}
.carttable ul.head li.u_price
{
    width: 96px;
    text-align: center;
}
.carttable ul.head li.qty
{
    width: 82px;
    text-align: center;
}
.carttable ul.head li.s_total
{
    width: 80px;
    text-align: center;
}
.carttable ul.cartcontents
{
    border-top: #ececec solid 1px;
    border-bottom: #ececec solid 1px;
    border-left: #ececec solid 1px;
    border-right: #ececec solid 1px;
    background-color: #f4f4f4;
    width: 914px;
}
.carttable ul.grey
{
    background-color: #e5e5e5;
}
.carttable ul.cartcontents li.remove
{
    width: 84px;
    height: 45px;
    text-align: center;
    background-image: url(/images/border1.gif);
    background-repeat: repeat-y;
    background-position: right;
}
.carttable ul.cartcontents li.remove a
{
    width: 18px;
    height: 18px;
    background-image: url(/images/delete.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 18px;
}
.carttable ul.cartcontents li.imag
{
    width: 110px;
    height: 45px;
    text-align: center;
    background-image: url(/images/border1.gif);
    background-repeat: repeat-y;
    background-position: right;
}
.carttable ul.cartcontents li.imag a
{
    float: left;
    margin: 12px 0px 0px 20px;
    width: 58px;
    height: 58px;
    padding: 3px 5px 4px 5px;
    background-repeat: no-repeat;
}
.carttable ul.cartcontents li.p_name
{
    width: 315px;
    height: 45px;
    padding: 0px 20px 0px 20px;
    background-image: url(/images/border1.gif);
    background-repeat: repeat-y;
    background-position: right;
}
.carttable ul.cartcontents li.p_name a
{
    float: left;
    margin: 15px 0px 0px 0px;
    color: #333333;
}
.carttable ul.cartcontents li.u_price
{
    width: 96px;
    height: 45px;
    text-align: center;
    background-image: url(/images/border1.gif);
    background-repeat: repeat-y;
    background-position: right;
}
.carttable ul.cartcontents li.u_price p
{
    padding-top: 15px;
}
.carttable ul.cartcontents li.qty
{
    width: 82px;
    height: 45px;
    text-align: center;
    background-image: url(/images/border1.gif);
    background-repeat: repeat-y;
    background-position: right;
}
.carttable ul.cartcontents li.qty input
{
    width: 40px;
    height: 22px;
    line-height: 22px;
    color: #333;
    text-align: center;
    border-left: #5c5c5c solid 1px;
    border-top: #5c5c5c solid 1px;
    border-right: none;
    border-bottom: none;
    margin: 34px 0px 0px 0px;
}
.carttable ul.cartcontents li.s_total
{
    width: 80px;
    height: 45px;
    text-align: center;
}
.carttable ul.cartcontents li.s_total p
{
    padding-top: 15px;
}

.carttable ul.cartcontents li.qty p
{
    padding-top: 15px;
}

.scart .buttonssec
{
    width: 900px;
    float: left;
    padding: 10px;
    border-top: #ececec solid 1px;
    border-bottom: #ececec solid 1px;
    margin: 10px 0px 10px 0px;
}

.scart .right
{
    float: right;
    overflow: hidden;
}

.shoppingcart .buttonssec
{
    width: 916px;
    float: left;
    padding: 10px;
    border-top: #ececec solid 1px;
    border-bottom: #ececec solid 1px;
    margin: 10px 0px 10px 0px;
}
.shoppingcart .buttonssec a
{
    margin-right: 5px;
}
.shoppingcart .buttonssec p
{
    font-size: 14px;
    margin-left: 30px;
}
/*
=======================================================================
	Estimate
=======================================================================
*/
.estimate
{
    width: 370px;
    float: left;
    border: #ececec solid 1px;
    padding-bottom: 15px;
    margin: 5px 0px 0px 10px;
}
.estimate h4
{
    width: 350px;
    height: 20px;
    padding: 7px 10px 0px 10px;
    float: left;
    border-bottom: #ececec solid 1px;
    background-repeat: repeat-x;
}
.estimate p
{
    width: 350px;
    padding: 5px 10px 10px 10px;
    float: left;
}
.estimate .selectmenu
{
    padding: 5px 10px 10px 10px;
    float: left;
}
.estimate input.bar
{
    width: 159px;
    height: 22px;
    line-height: 22px;
    padding: 0px 5px;
    background-repeat: no-repeat;
    border: transparent solid 0px;
    color: #FFF;
    margin: 10px 0px 0px 10px;
    float: left;
}
.estimate a.buttonone
{
    margin: 10px 0px 0px 10px;
}
#speedJ-menu
{
    width: 124px !important;
    border-top: #585858 solid 1px;
}
#speedK-menu
{
    width: 124px !important;
    border-top: #585858 solid 1px;
}
/*
=======================================================================
	Discount
=======================================================================
*/
.discount
{
    width: 262px;
    min-height: 131px;
    float: left;
    border: #ececec solid 1px;
    padding-bottom: 15px;
    margin: 5px 5px 0px 15px;
}
.discount h4
{
    width: 242px;
    height: 20px;
    padding: 7px 10px 0px 10px;
    float: left;
    border-bottom: #ececec solid 1px;
    background-repeat: repeat-x;
}
.discount p
{
    width: 342px;
    padding: 5px 10px 10px 10px;
    float: left;
}
.discount input.bar
{
    width: 159px;
    height: 19px;
    line-height: 19px;
    padding: 0px 5px;
    border: none;
    color: #000;
    border-top: #5c5c5c solid 1px;
    border-left: #5c5c5c solid 1px;
    border-right: #efefef solid 1px !important;
    border-bottom: #efefef solid 1px !important;
    float: left;
    margin: 10px 0px 0px 10px;
}
.discount a.buttonone
{
    margin: 10px 0px 0px 10px;
}
/*
=======================================================================
	Grand Totals
=======================================================================
*/
.grandtotal
{
    width: 252px;
    min-height: 131px;
    float: left;
    border: #ececec solid 1px;
    padding-bottom: 15px;
    margin: 5px 0px 0px 10px;
}
.grandtotal p.subt
{
    width: 252px;
    height: 33px;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #e5e5e5;
}
.grandtotal p.gtotal
{
    width: 252px;
    height: 43px;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #f4f4f4;
}
.grandtotal a.buttonone
{
    margin: 15px 0px 0px 90px;
}

/* user account */
.usermenu ul
{
    margin: 0;
    padding: 0 0 10px;
    float: left;
    list-style: none outside none;
    width: 100%;
}

.usermenu ul li
{
    border-bottom: 1px solid #404040;
    margin: 0;
    padding: 0;
}

.usermenu ul a
{
    background-image: url(/images/left_ar.gif);
    background-position: 10px 8px;
    background-repeat: no-repeat;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    padding: 5px 0 0 20px;
}

.usermenu ul a.selected
{
    background-color: #72000B;
    background-image: url(/images/left_ar_hover.gif);
    color: #FFFFFF;
}

.simple
{
    width: 100%;
    font-size: 13px;
}

.simple tr td
{
    padding: 6px;
}

.simple tr.head
{
    background-color: #f0f0f0;
    font-size: 11px;
    color: #696969;
}

.dminfo, .dmsuccess, .dmwarning, .dmerror, .dmvalidation
{
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.dminfo
{
    color: #00529B;
    background-color: #BDE5F8;
}
.dmsuccess
{
    color: #4F8A10;
    background-color: #DFF2BF;
}
.dmwarning
{
    color: #9F6000;
    background-color: #FEEFB3;
}
.dmerror
{
    color: #D8000C;
    background-color: #FFBABA;
}

fieldset
{
    border: 1px solid #585858;
    margin: 20px 0;
    padding: 15px 25px 10px;
}

legend
{
    padding: 6px;
    border-bottom: 1px solid #96aeab;
    text-align: right;
}

form fieldset
{
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.copy-shipping
{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

form fieldset.subset
{
    padding: 10px 0 10px 6px;
    margin: 0;
}

.horizontal-form.aweform .input-group
{
    margin-bottom: 25px;
}

.horizontal-form.aweform .input-group:after
{
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.horizontal-form.aweform label
{
    display: block;
    float: left;
    margin: 6px 20px 0 0;
    width: 110px;
}

.horizontal-form.aweform .inputs
{
    float: left;
    width: 480px;
}

.horizontal-form.aweform .subset .inputs
{
    float: left;
    width: 300px;
}

.horizontal-form.aweform .subset label
{
    display: block;
    float: left;
    margin: 6px 20px 0 0;
    width: 100px;
}

.horizontal-form.aweform label
{
    display: block;
    float: left;
    margin: 6px 20px 0 0;
    width: 110px;
}

.horizontal-form.aweform em
{
    display: block;
    margin: 6px 0 0;
    font-size: 9px;
    color: #aaa;
}


.horizontal-form.aweform .inputs label
{
    float: none;
    font: 13px Tahoma,Geneva,sans-serif;
    margin-bottom: 5px;
    width: auto;
}


.set1
{
    width: 450px;
    margin-right: 10px;
    float: left;
    border-right: 1px solid #96aeab;
}

.set2
{
    width: 450px;
    margin: 0;
    padding: 0;
    float: left;
}

.horizontal-form input[type="text"], .horizontal-form input[type="password"], .horizontal-form select
{
    display: inline !important;
    width: 250px !important;
}

.hot-small
{
    display: inline;
}

.horizontal-form.aweform .inputs input.aweform[type="email"], .horizontal-form.aweform .inputs input.aweform[type="password"], .horizontal-form.aweform .inputs input.aweform[type="text"], .horizontal-form.aweform .inputs input.aweform[type="file"], .horizontal-form.aweform .inputs select
{
    display: block;
    width: 310px;
}

input.aweform[type="file"]
{
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    height: 30px;
    line-height: 13px;
    margin: 0;
    padding: 5px 0 6px 8px;
}

div.col-s-content form input[type="text"], div.col-s-content form input[type="password"], div.col-s-content form input[type="checkbox"], div.col-s-content form input[type="radio"], div.col-s-content form input[type="file"], div.col-s-content form select, div.col-s-content form textarea, .col-content input[type="text"], .col-content input[type="password"], .col-content input[type="checkbox"], .col-content input[type="radio"], .col-content input[type="file"], .col-content select, .col-content textarea, div#accordion form input[type="text"], div#accordion form input[type="password"], div#accordion form input[type="checkbox"], div#accordion form input[type="radio"], div#accordion form input[type="file"], div#accordion form select, div#accordion form textarea, .form-list input[type="text"], .form-list input[type="password"], .form-list input[type="checkbox"], .form-list input[type="radio"], .form-list input[type="file"], .form-list select, .form-list textarea, #fancybox-inner input[type="text"], #fancybox-inner input[type="password"], #fancybox-inner input[type="checkbox"], #fancybox-inner input[type="radio"], #fancybox-inner input[type="file"], #fancybox-inner select, #fancybox-inner textarea, .content-l input[type="text"], .content-l input[type="password"], .content-l input[type="checkbox"], .content-l input[type="radio"], .content-l input[type="file"], .content-l select, .content-l textarea, .content-s input[type="text"], .content-s input[type="password"], .content-s input[type="checkbox"], .content-s input[type="radio"], .content-s input[type="file"], .content-s select, .content-s textarea
{
    background-color: #FEFEFE;
    border: 1px solid #9A9A9A;
    color: #7C7C7C;
    font-size: 13px;
    margin: 5px 0;
    padding: 8px 5px;
    width: 145px;
}

label.aweform, input.aweform, select.aweform, textarea.aweform
{
    font-family: Tahoma,sans-serif;
    font-size: 13px;
    line-height: 18px;
}

form small
{
    display: inline;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-style: italic;
}


.horizontal-form.aweform .inputs small
{
    display: block;
    margin-top: 5px;
}

.stripe
{
    background-color: #FFFFFF;
    border-top: 1px solid #D9D9D9;
    height: 1px;
    margin: 6px 12px 4px;
    overflow: hidden;
    width: 956px;
}

.no-js-warn
{
    background-color: #000;
    border-radius: 6px 6px 6px 6px;
    color: #eee;
    height: 75px;
    left: 50%;
    line-height: 1.5;
    margin: 0 0 0 -418px;
    padding: 15px 20px;
    position: absolute;
    top: 50px;
    width: 798px;
    z-index: 2;
}

.no-js-warn h3
{
    color: #fff;
    font-weight: bold;
}

.no-js-warn a:link, .no-js-warn a:visited, .no-js-warn a:hover
{
    color: #fff;
    font-weight: bold;
}

.cart-action
{
    width: 35%;
    float: left;
    min-height: 158px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    margin: 30px;
    background: #e2e2e2;
}

.cart-action span
{
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 25px;
    display: block;
}
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors 
{
    padding: 12px 12px 12px 44px;
    border: 1px solid #ff0000;    
    font-weight: bold;
    color: #000;
    background: #ffeeee url('/images/admin/web-app/32/delete.png') no-repeat 10px 10px;    
    margin-bottom:10px; 
}

.validation-summary-valid {
    display: none;
}

.reserve-action 
{
    float:right;
    position:absolute;
    top:4px;
    right:300px;
    text-align:right;
    background-color: #2a2a2a;
    background: -moz-linear-gradient(center top , #b27165 0%, #9e412c 100%) repeat scroll 0 0 transparent;
    border-radius: 6px 6px 6px 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;    
    text-align: center;
    cursor:pointer;
    vertical-align: middle;
    padding: 6px 6px;
    vertical-align: middle;
}

.new-reserve 
{
    margin-top: -10px;
}

.reserve-action a:link, .reserve-action a:visited, .reserve-action a:hover 
{
    display: block;
    font-weight:bold !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.reserve-action.reduced 
{
    right: 285px;
}

#gallery-actions 
{
    float:right;
    margin-top: -24px;
}

#or-note 
{
    float: left;
    margin: 100px 10px 0px 10px;
    font-size: 22px;
    font-weight: bold;
    width: 40px;
}
