/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

:focus {outline: 0;}

ins {text-decoration: none;}

del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* -------------------------------------------------------------------------------------------------
=User Bar
--------------------------------------------------------------------------------------------------*/

#user_content {
   font-family: Helvetica, Arial, sans-serif;
   background: transparent url(../images/user_bar_slice_2.png) repeat-x;
}

#user_bar {
    overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

#user_bar a.home_link {
    float: left;
    width: 67px;
    height: 30px;
    text-indent: -9999px;
    background: transparent url(../images/user_bar_se.png) no-repeat;
}

#user_bar ul {
	float: right;
}

#user_bar ul li {
	float: left;
	white-space: nowrap;
}



#user_bar ul li#checkout {
    width: 70px;
    text-indent: -9999px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
	background:transparent url(../images/bg_checkout_user_bar.png) no-repeat;
}

#user_bar ul li a {
 	float: left;
	height: 30px; 	
	padding: 0 10px;
	line-height: 32px;
	font-size: 11px;
	font-weight: normal;
	color: #555; 
}

#user_bar ul li#cart a {
   padding-left:35px;    
   background:transparent url(../images/icon_cart.png) 9px 5px no-repeat;
}

* html #user_bar ul li#cart a { /* PNG Hack for IE */
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="../images/icon_cart.png", sizingMethod="image");
}

#user_bar ul li#checkout a {
   font-weight:bold;
   color: #856402;
   width: 50px;
   text-shadow:#ddd 0px 1px 1px;
}

#user_bar ul li a#dashboard_link {
   padding-right:2px;
   font-weight: bold;   
   color:#30afea;
}

#user_bar ul li a#dashboard_link:hover {
    text-decoration: underline;
}

#user_bar ul li a#logout_link {
   padding-left:2px;
}

#user_bar ul li a:hover {
    color: #30AFEA;
    text-decoration: underline;
}

#user_bar ul li img {
   float:left;    
   display:block;
   vertical-align: middle;
}

span#cart_count {
    color: #ff535c;
}

/* -------------------------------------------------------------------------------------------------
=Report Bug
--------------------------------------------------------------------------------------------------*/

#footer a#report_bug_tab {
	position: absolute;
	top: -23px;
	right: 0px;
	padding: 3px 20px;
	text-shadow: #fff 0 1px 1px;	
	color: #909090;	
	border-style: solid;
	border-color: #E1E1E1;
	border-width: 1px 1px 0 1px;
    background: #FFF url(../images/admin/bg_lt_gradient.png) repeat-x left bottom;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	 behavior:url(border-radius.htc);
	    
}

#footer.store a#report_bug_tab {
    border-right: 0;
    top: -21px;
    text-shadow: none;
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
     behavior:url(border-radius.htc);
}

#report_bug {
	clear:both;
	width: 980px;
	height: 120px;
	margin: 0 auto;
	position:relative;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	 behavior:url(border-radius.htc);
	background: #FFF url(../images/bg_report_bug.png) repeat-x bottom left;	
}

#report_bug a#close {
	position: absolute;
	bottom: 5px;
	left: 20px;
	color: #FFF;
	font-size: 11px;
}

#report_bug form {
    overflow: hidden;
    padding:15px 0 0 235px;
}

#report_bug label {
   font-size: 11px;
}

#report_bug #personal_info {
	float:left;
	width:160px;
}

#personal_info input {
   width:151px
}

#feedback {
	float: left;
	width: 339px;
	margin: 0 0 0 20px;
}

#your_feedback {
	width: 319px;
	height: 59px;
}

#report_bug input#submit_button {
	float: left;
	width: 167px;
	height: 31px;
	margin: 19px 0 0 6px;
	border: none;
	cursor: pointer;
	background: transparent url(../images/btn_report_bug.png) repeat scroll 0% 0%;
}

.checkouts #report_bug input#submit_button,
.cart #report_bug input#submit_button {
	margin-left:28px;
}

/* -------------------------------------------------------------------------------------------------
=Bug Saved
--------------------------------------------------------------------------------------------------*/

#bug_saved {
   	margin-top: 7px;
}

#bug_saved h2 {
   color: #ff0000;
}

/* -------------------------------------------------------------------------------------------------
=Footer (Except Storefronts)
--------------------------------------------------------------------------------------------------*/

/* =Sticky Footer (First 3 Rules)
---------------------------------------*/

html, body { height: 100%; }

#master_wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -167px; /* the bottom margin is the negative value of the footer's height */
}

.push { height: 167px; /* .push must be the same height as .footer */ }

#footer {
    /*position: relative;    
	width: 980px;
	height: 131px;
	margin: 0 auto;
	padding: 35px 0 0;
	text-align: center;
	color: #909090;
	border-top: 1px solid #f1f1f1;*/
	background: transparent url(../images/home/bg_footer.png) no-repeat center bottom;
}

#footer ul {
    margin-bottom: 8px;
}

#footer ul li {
    display: inline;
}

#footer ul li a {
    margin: 0 12px;
    -moz-border-radius: 8px;
     behavior:url(border-radius.htc);
}

#footer ul#sub_footer {
    padding: 0 5px;
}

#footer ul#sub_footer li a {
    margin: 0 5px;
    font-size: 11px;
    color: #777;
}

#footer ul#sub_footer li a:hover {
    text-decoration: underline;
}

#footer a:link,
#footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #1e92d1;
	/*background-color: #30AFEA;*/
}

#footer a#report_bug_tab:hover {
    color: #444;
}

#footer p.copyright {
    font-size: 11px;
}

#footer p a:link,
#footer p a:visited {
	color: #30afea;    
}

#footer p a:hover {
    text-decoration: underline;
}

#free_store {
   display:block;
   position:absolute;
   overflow:hidden;
   bottom: 2px;
   left: 139px;
   height: 70px;
   width: 50px;
   text-indent: -9999px;
}

/* -------------------------------------------------------------------------------------------------
=Forms
--------------------------------------------------------------------------------------------------*/

input.text {
    /*width: 300px;*/
    margin: 0;
	padding: 7px 5px 4px;
	/*color:#666;*/
	color: #555;
	font-size: 18px;
	font-family: inherit;
	border-color: #E5E5E5;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #fff url(../images/bg_input.png) no-repeat scroll left top;
}

textarea.text {
    margin: 0;    
    padding: 5px;
    color: #555;
    font-weight: normal;
}

.row {
	/*padding: 15px 0 5px;*/
	margin: 0 0 15px;
}

.field {
	margin: 0 0 0 120px;
}

.field label.instruction {
	clear: both;
	display: block;
	width: 310px;	
	margin: 5px 0 0 1px;	
	color: #666;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

/*label.name {
	display: block;
	float: left;
	width: 110px;
	margin-top: 3px;
	text-align: right;
}*/

/* -------------------------------------------------------------------------------------------------
=Error Messages
--------------------------------------------------------------------------------------------------*/

div#notice {
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
    behavior:url(border-radius.htc);
}

div.success,
div.error {
	position: absolute;
	left: 50%;
	top:0;
	width: 400px;
	margin-left: -221px;
	padding: 20px 20px;
	color: #FFF;
	text-align: center;
}

div.success { background-color: #8dc63f; }

div.error { background-color: #ed4c4c; }

h4.heading {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -.5px;
}

p.content {
	display: block;
	font-size: 12px;
	line-height: 18px;
}

.close_flash {
	display: block;
	font-size: 11px;
	margin-top: 10px;
}

div#notice a:link,
div#notice a:visited {
   text-decoration:underline;
   color:#FFF;
}

div#notice a:hover {
    text-decoration: none;
}

.fieldWithErrors input{
   background-color:#ED4C4C;
   background-image:none;
   color: #FFF;
}

/* -------------------------------------------------------------------------------------------------
=Messaging
--------------------------------------------------------------------------------------------------*/
#site_alert {
  font-weight:bold;
}

#site_alert.community_alert {
  color: #FFF;
  background-color: #1e92d1;    
}

#site_alert.admin_alert {
    color: #FFF;
    background-color: #f26522;
}

body#index.cart #master.message {
    /*background-color: #736357;*/
}

#site_alert.storefront_alert {
    color: #F1F1F1;
    background-color: #333;
}

#site_alert.printing_alert {
    color: #333;
    background-color: #ffcc33;
}

#site_alert .wrapper {
    margin: 0 auto;
    width: 980px;
    padding: 0;
}

#site_alert img {
    float: left;
    width: 24px;
    height: 24px;
    margin: 6px 0 0 0;
}

#site_alert p {
    float: left;
    font-size: 11px;
    padding: 10px;
    text-align: left;
}

* html #site_alert p { /* PNG Hack for IE */
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="../images/icon_warning.png", sizingMethod="scale");
}

#site_alert a:link,
#site_alert a:visited {
    color: #FFF;
    text-decoration: underline;
}

#site_alert.printing_alert a:link,
#site_alert.printing_alert a:visited {
    color: #333;
}

#site_alert a:hover {
    text-decoration: none;
}

#main #system.message {
   background:#fead60;
   padding: 0;
   color:#fff;
   text-align:left;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
    behavior:url(border-radius.htc);
}

#main #system.message h6 {
   color:#FFF;
   background-color: #ff9c3e;
   background-image: none;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
    behavior:url(border-radius.htc);
}

#system.message a:link, #system.message a:visited{
   color:#F26522;
   padding:0;
   border-bottom:1px dotted #F26522;
}
#system.message a:hover {
  border-style: solid;
}
.system_update {
    padding: 10px 20px;
    font-size: 11px;
}

.system_update .update {
  line-height:20px;
}

.system_update a:link, .system_update a:visited{
  color:#FF535C;
}

.system_update a:hover {
  text-decoration:underline;
}

.system_update .title {
  color:#FF535C;
}
#main .message {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    -moz-border-radius: 3px;
     behavior:url(border-radius.htc);
}

#main .message a:link, #main .message a:visited {
    text-decoration: underline;
    color: #30afea;
}

#main .message a:hover {
    text-decoration: none;
}

#main .message a.hide {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 36px;
    height: 12px;
    text-indent: -9999px;
    background: transparent url(../images/admin/btn_hide.png) no-repeat;
    
}

#main .outer_box .message {
    margin: 10px 20px;
    color: #538AA1;
    background-color: #C4E3F1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
     behavior:url(border-radius.htc);
}

#main .message {
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
     behavior:url(border-radius.htc);
}

#main .message p {
   font-size: 11px;
   color: #999;
   line-height: 16px;
   padding: 10px 0px;
}

#main .message p, #sidebar #profile_avatar_container {
   border-top: 1px solid #FFF;
}

#main .message h6 {
    color: #30AFEA;
    font-weight: normal;
    font-size: 18px;
    padding: 5px 0;
    border-bottom: 1px solid #e1e1e1;
    background-color: transparent;
}

h6#message {
   padding: 10px 15px;
   font-weight: normal;   
   margin: 0 0 20px;
   text-align: left;
}

h6#message.error {
   color: #FFF;
   background-color: #ed4c4c;
}

h6#message.success {
   color: #FFF;
   background-color: #61DB45;
}

* html h6#message.success { /* PNG Hack for IE */
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="../images/admin/success.html", sizingMethod="scale");
}


/* =Basic
--------------------------------------------------------------------------------*/
a:focus {outline: 1px dotted invert;}

a:link, a:visited {color: #4b4b4b; text-decoration: none;}

hr {border-color: #ccc; border-style: solid; border-width: 1px 0 0; clear: both; height: 0;}

.regular { font-weight: normal; font-size: 11px; }

.bold { font-weight: bold; }

.bold_italic { font-weight: bold; font-style: italic; }

/* =Headings
--------------------------------------------------------------------------------*/

h1 {font-size: 30px;}

h2 {font-size: 24px;}

h3 {font-size: 18px;}

h4 {font-size: 16px;}

h5 {font-size: 14px;}

h6 {font-size: 12px;}

/* -------------------------------------------------------------------------------------------------
=Rounded Corners
--------------------------------------------------------------------------------------------------*/

#store_nav li a:hover,
#store_nav li a.hilite,
#store_content,
ul#tags li.tag,
ul#places a,
li.product a img,li.product2 a img,li.product3 a img,li.product4 a img
#main_photo img,
ul.thumbs li a img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
     behavior:url(border-radius.htc);
}

a.contact_us,
a.sizing_chart,
a.returns,
a.faqs,
#add_notice,
#product_info p.price,
#product_description_container,
.outer_box,
.field input.button,
#store_sidebar,
#mini_store,
#store_container,
div.add input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior:url(border-radius.htc);    
}

#store_content h2#title,
#store_avatar img {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
      behavior:url(border-radius.htc);    
}

#store_sidebar #store_location {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
      behavior:url(border-radius.htc);     
}

.outer_box ul {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
      behavior:url(border-radius.htc);     
}

li .product_name,
p.item_name {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
      behavior:url(border-radius.htc);     
}

li .product_price,
p.item_price {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px; 
      behavior:url(border-radius.htc);    
}

a#add_notice_checkout {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	  behavior:url(border-radius.htc);     
}

div.stock_bar {
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
      behavior:url(border-radius.htc);     
}

ul.stock li {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
      behavior:url(border-radius.htc);     
}

/* -------------------------------------------------------------------------------------------------
=Navigation
--------------------------------------------------------------------------------------------------*/

#store_nav {
    overflow: hidden;
    margin: 0;
    padding: 0 5px 10px;
    display: block;    
}

#store_nav li {
    float: left;
}

#store_nav li a {
    display: block;
    margin: 0 4px 4px 0;
    padding: 5px 10px;    
    color:#16353A;
    font-weight:bold;
    font-size: 12px;
}

#store_nav li span.collection_count {
   font-size:11px;
   vertical-align:1px;
   font-weight:normal;
}




/* -------------------------------------------------------------------------------------------------
=News Ticker (Left out of this Version)
--------------------------------------------------------------------------------------------------*/

.news_ticker {
    float: left;
    width: 100%;
    height: 35px;
    display: inline;
}

.news_flash {
    font-size: 16px;
    color: #FFF;
}

.news_ticker p {
    padding: 8px 0 0 29px;
}

/* -------------------------------------------------------------------------------------------------
=Content
--------------------------------------------------------------------------------------------------*/

#store_container {
    overflow: hidden;    
    padding: 10px 10px 7px;
    background: #f1f1f1  repeat-x;
    box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;    
}

#store_content {
    overflow: hidden;
    padding-bottom: 20px;
}

/* -------------------------------------------------------------------------------------------------
=Heading
--------------------------------------------------------------------------------------------------*/

#store_content h2#title {
    font-size: 36px;
    font-weight: normal;
    padding: 5px 20px;
    text-align: left;
    border-bottom: 1px solid #CCC;
    background: #FFF url(../images/admin/bg_lt_gradient.png) repeat-x left bottom;
}

/* -------------------------------------------------------------------------------------------------
=Tags
--------------------------------------------------------------------------------------------------*/

ul#tags {
    overflow: hidden;
	margin: 0 0 10px 0;
}

ul#tags li {
    float: left;
	margin-right: 5px;	
	margin-bottom: 5px;
}

ul#tags li.tag {
    display: block;
    padding: 4px 7px;
	text-align: center;
    text-shadow:#ddd 0px 1px 1px;
	border: 1px solid #CECECE;
	background: #FFF url(../images/bg_btn_fade_3.png) repeat-x left bottom;    
    font-size: 11px;
    color: #666 !important;
}

/* -------------------------------------------------------------------------------------------------
=Sidebar
--------------------------------------------------------------------------------------------------*/

#store_sidebar {
    float: left;
	display: inline;
	color: #666666;
	margin: 18px 0 0 14px;
	padding: 15px;
	border: 1px solid #E5E5E5;
    background: #FFF url(../images/admin/bg_lt_gradient.png) repeat-x left bottom;    
}

/* =Avatar
----------------------------------------------*/

#store_avatar img {
    padding: 5px;
    border: 1px solid #CCC;
    background-color: #FFF;    
}

/* =Store Location
----------------------------------------------*/

#store_sidebar #store_location {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 5px 10px;
	color: #999;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #FFF;
    background: #F5F5F5 url(../images/admin/bg_fade.png) repeat-x left bottom;	
}

/* =Other Links - (Places)
----------------------------------------------*/

ul#places {
    margin-bottom: 5px;
	padding: 5px 5px 15px;
    border-bottom: 1px solid #DDD;
    overflow:hidden;
}

ul#places li {
    float:left;
    font-size: 11px;
    margin: 4px 4px 0 0;
}

ul#places a {
    display: block;
    padding: 5px 8px;
	text-align: center;
    text-shadow:#ddd 0px 1px 1px;
	border: 1px solid #CCC;
	background: #FFF url(../images/bg_btn_fade_2.png) repeat-x left bottom;
}

ul#places a:link, ul#places a:visited {
    color: #464646;
}

ul#places a:hover {
    color: #999;
}

/* =Description
----------------------------------------------*/

#store_sidebar h6 {
    clear: both;
	padding: 10px 5px 5px;
	text-align: left;
}

p#store_description {
    font-size: 11px;
    padding: 5px;
    line-height: 16px;
}

/* =Updates
----------------------------------------------*/

ul#updates {
    padding: 15px;
    border-bottom: 1px solid #999;
}

ul#updates li {
    padding-left: 25px;
    padding-bottom: 6px;
	padding-top: 3px;
	margin-bottom: 6px;
    font-weight: bold;
	line-height: 1;
    background: transparent url(../images/icon_note_2.png) no-repeat left top;
}

ul#updates li.last_update {
	margin-bottom: 0;
}

ul#updates li a:link, ul#updates li a:visited {
	color: #333;
}

ul#updates li a:hover {
	color: #666;
}

/* =Help Buttons
----------------------------------------------*/

#buttons {
	float: left;
	width:100%;
}

a.contact_us, a.sizing_chart, a.returns, a.faqs, LinkButton.contact_us {
	display: block;
	margin: 0 5px 5px 0;
	overflow:hidden;
    padding: 10px;
    border: 1px solid #D5D5D5;
    background: #FFF url(../images/admin/bg_lt_gray.png) repeat-x left bottom;
    color: #666;
}

a.contact_us:hover, a.sizing_chart:hover, a.returns:hover, a.faqs:hover, LinkButton.contact_us:hover {
    color: #444;
    background-color: #f1f1f1;
    background-image: none;
}

.buttons_selected
{
     color: #444;
    background-color: #f1f1f1;
    background-image: none;
}

a.contact_us,LinkButton.contact_us  {
	margin-top: 15px;
}

a.sizing_chart {
	background: transparent url(../images/btn_sizing_chart.html) no-repeat;
}

a.returns {
	background: transparent url(../images/btn_returns.html) no-repeat;
}

/* -------------------------------------------------------------------------------------------------
=Main
--------------------------------------------------------------------------------------------------*/

#store_main {
    float: left;
    width: 678px;
    margin: 15px 0 0 13px;
    display: inline;
	padding-bottom: 15px;
}

body.collections #store_main,
body#index.products #store_main,
body#show.styles #store_main {
    margin-top: 18px;
}

/* -------------------------------------------------------------------------------------------------
= Collections Page
--------------------------------------------------------------------------------------------------*/

/* =Collections Product Holder
----------------------------------------------*/

#store_main ul {
    overflow: hidden;
}

li.product {
    position: relative;
    float: left;
    width: 225px;
    height: 225px;
    margin-right: 1px;
    background: transparent url(../images/bg_product_trans.png) no-repeat;
}

li.product2 {
    position: relative;
    float: left;
    width: 210px;
    height: 210px;
    margin-right: 1px;
  
}

li.product3 {
    position: relative;
    float: left;
    width: 226px;
    height: 170px;
    margin-right: 1px;
  
}

li.product4 {
    position: relative;
    float: left;
    width: 226px;
    height: 180px;
    margin-right: 1px;
  
}


li .product_price {
    position: absolute;
    top: 13px;
    right: 13px;
    padding: 0 0 3px 6px;
    font-weight: bold;
    font-family: Georgia;
    font-size: 14px;
    color: #333 !important;    
    background-color: #FFF !important;
    z-index: 1000;
/*    opacity: .9;*/
    background: #F1F1F1 url(../images/admin/bg_fade_2.png) repeat-x left top;
	
}
li a:hover .product_price {
    background:#FFF9E6 url(../images/bg_yellow.png) repeat-x scroll left top;
}

li .product_name {
    position: absolute;
    bottom: 13px;
    left: 13px;
    max-width: 187px;
    margin: 0;
    padding: 4px 8px 0 2px;
    color: #333 !important;
    background-color: #FFF !important;
    z-index: 1001;
    font-size: 11px;
    font-weight: bold;
/*    opacity: .9;*/
    background: #F1F1F1 url(../images/admin/bg_fade_2.png) repeat-x left bottom;
}
li a:hover .product_name {
    background:#FFF9E6 url(../images/bg_yellow.png) repeat-x scroll left bottom;
}

/* =Collections Product Images
----------------------------------------------*/

li.product a {
	display:block;
	margin: 8px 0 0 8px;
}

li.product2 a {
	display:block;
	margin: 8px 0 0 8px;
}
li.product3 a {
	display:block;
	margin: 8px 0 0 8px;
}
li.product4 a {
	display:block;
	margin: 8px 0 0 8px;
}
/* =Collections Product Titles
----------------------------------------------*/

li.product a img {
	position:absolute;
	width: 199px;
	height: 199px;
	padding: 5px;
	background: #F1F1F1 url(../images/admin/bg_fade_2.png) repeat-x left bottom;
}

li.product a:hover img {
    background: #FFF9E6 url(../images/bg_yellow.png) repeat-x scroll left bottom
}

div.item_info  {
    color: #464646;
}

p.item_name {
    position:absolute;
    bottom: 9px;
    width: 100px;
    padding: 5px 15px;
    font-weight: bold;
    color: #4b4b4b;
    z-index: 10;
    font-family: 'Lucida Grande';
    font-size: 11px;
    background-color: #FFF;
    opacity: 0.9;
}

li.product2 a img {
	position:absolute;
	width: 184px;
	height:184px;
	padding: 5px;
	background: #F1F1F1 url(../images/admin/bg_fade_2.png) repeat-x left bottom;
}

li.product3 a img {
	position:absolute;
	width: 200px;
	height:150px;
	padding: 5px;
	background: #F1F1F1 url(../images/admin/bg_fade_2.png) repeat-x left bottom;
}
li.product4 a img {
	position:absolute;
	
	
	padding: 5px;
	background: #F1F1F1 url(../images/admin/bg_fade_2.png) repeat-x left bottom;
}
.image_button {
	position:absolute;
	width: 200px;
	height:150px;
	padding: 5px;
	background: #F1F1F1 url(../images/admin/bg_fade_2.png) repeat-x left bottom;
}

li.product2 a:hover img {
    background: #FFF9E6 url(../images/bg_yellow.png) repeat-x scroll left bottom
}
li.product3 a:hover img {
    background: #FFF9E6 url(../images/bg_yellow.png) repeat-x scroll left bottom
}
li.product4 a:hover img {
    background: #FFF9E6 url(../images/bg_yellow.png) repeat-x scroll left bottom
}
.image_button:hover {
    background: #FFF9E6 url(../images/bg_yellow.png) repeat-x scroll left bottom
}

div.item_info2  {
    color: #464646;
}

p.item_name2 {
    position:absolute;
    bottom: 9px;
    width: 100px;
    padding: 5px 15px;
    font-weight: bold;
    color: #4b4b4b;
    z-index: 10;
    font-family: 'Lucida Grande';
    font-size: 11px;
    background-color: #FFF;
    opacity: 0.9;
}

/* =Collections Product Price Tag
----------------------------------------------*/

div.price {
    position: absolute;
    top: 9px;
    right: 9px;
	z-index: 5;
}

div.left_side {
    float: left;
    width: 4px;
    height: 33px;
}

p.item_price {
    float: left;
    font: 14px Georgia;
    font-weight: normal;
    padding: 5px;
    opacity: 0.9;
}

/* =Product Description
----------------------------------------------*/

#product_description {
    margin-bottom: 20px;
    padding: 0 5px;
}

#product_description a:link {
  text-decoration:underline;
}

#product_description h6 {
	font-size: 14px;
	padding: 5px 0;
}

#product_description_container {
    padding: 20px;
    border: 1px solid #E5E5E5;
    color: #666 !important;
    background: #FFF url(../images/admin/bg_lt_gradient.png) repeat-x scroll left bottom;   
}

#product_description_container p {
	font-size: 12px;
	line-height: 18px;
	color: #666 !important;
}

/* -------------------------------------------------------------------------------------------------
=Footer
--------------------------------------------------------------------------------------------------*/

#store_footer {
    position: relative;
    float: left;
    width: 960px;
    height: 25px;
    text-align: left;
    padding: 5px 0 5px;
    border: none;
    background: none;
}

#store_footer #footer_info {
	float:  right ;
	margin: 6px 0 0 5px;
}

#store_footer ul {
    padding: 0;
}

#store_footer ul li {
    display: inline;
}

#store_footer ul li a {
    padding: 1px 12px;
    font-weight: bold;
}

#store_footer a:hover {
    text-decoration: underline;
}

#store_footer a#storenvy_powered {
	position: relative;
    float: right;
    width: 99px;
    height: 30px;
	display: inline;
	margin: 5px 15px 0 0;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(../images/powered_by_storenvy.png) no-repeat;
}

* html #store_footer a#storenvy_powered { /* PNG Hack for IE */
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="../images/powered_by_storenvy.png", sizingMethod="scale");
}

#store_footer a#footer_print_ad {
	position: relative;
    float: right;
    width: 130px;
    height: 30px;
	display: inline;
	margin: 4px 30px 0 0;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(../images/custom_printing_trans.png) no-repeat 0 0;
}

* html #store_footer a#footer_print_ad { /* PNG Hack for IE */
	background-image: none;
	filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(src="../images/custom_printing_trans.png", sizingMethod="scale");
}

#store_footer p {
    padding: 3px 0 5px 15px;
}

#store_footer p.copyright {
    float: left;
    width: 70%;
    padding: 5px 12px 3px;
    font-size: 11px;
}

/* -------------------------------------------------------------------------------------------------
= General
--------------------------------------------------------------------------------------------------*/

body {
    margin: 0 auto;
    font-size: 12px;
}

#wrapper {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 980px;
    background-position: center top;
}

#maintenance_mode {
    padding: 2px 0;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    background-color: #ed1c24;
}

#maintenance_mode a {
    color: #FFF;
    text-decoration: underline;
}

#maintenance_mode a:hover {
    text-decoration: none;
}

div.clearfix {
    clear: both;
}

/* -------------------------------------------------------------------------------------------------
= Header
--------------------------------------------------------------------------------------------------*/

#header {
    color:#666;
 height:20px;
}

#header h1 {
    text-align:center;
}

#header h1.no_banner {
   padding: 40px 0 30px 0;
   font-family: Georgia;
   font-size:50px;
   font-style: italic;
}

#header h1.no_banner a {
    color: #666;
}

#header h1.no_banner a:hover {
    color: #999;
}

#header a:link, #header a:visited {
    border-bottom: none;
}

#header a:hover {
    color: #CCC;
    border-bottom: none;
}

/* -------------------------------------------------------------------------------------------------
= Navigation
--------------------------------------------------------------------------------------------------*/

#store_nav {
   width: 930px;
}

/* -------------------------------------------------------------------------------------------------
= Content
--------------------------------------------------------------------------------------------------*/

#store_container {
    width: 400px;
	margin-bottom: 0px;
}

#store_content {
    width: 400px;    
}

/* -------------------------------------------------------------------------------------------------
= Sidebar
--------------------------------------------------------------------------------------------------*/

#store_sidebar {
    width: 209px;
}

#store_avatar {
    width: 209px;
    height: 209px;
}

#store_avatar img {
    width: 197px;
    height: 197px;
}

/* -------------------------------------------------------------------------------------------------
= Product Page
--------------------------------------------------------------------------------------------------*/

/* =Product Add Notice
----------------------------------------------*/

#add_notice {
	height: 30px;
	margin: 0 0 10px;
	background-color: #FFF;
	color:#666;
	border: 1px solid #E5E5E5;
}

#add_notice #adding_to_cart {
	text-align:center;
	line-height:30px;
}

#add_notice a {
   color:#999;
}

a#add_notice_checkout {
	float: right;
	width: 84px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(../images/btn_checkout.png) no-repeat;
}

#add_notice p#item_added {
	float: left;
	font: 10px 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	color: #999;
	padding: 9px 3px 0 11px;
	text-align: center;
}

#add_notice #items_in_cart {
	float: right;
	height: 23px;
	border-left:1px solid #E5E5E5;
	color: #999;
	line-height:17px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
	padding: 7px 10px 0 8px;
}

#add_notice #items_in_cart img{
	display:block;
	float:left;
	margin-right:5px;
}

#over_quantity {
	margin: 0;
	color:#eee;
	padding:4px 4px 4px 45px;;
	background: #ed4c4c url(../images/icon_fail.html) no-repeat 5px 50%;
}

/* =Product Image Large
----------------------------------------------*/

#product {
    float:left;
    display:inline;
    width: 353px;
}

#main_photo {
    margin-bottom: 10px;
    text-align: center;
}

#main_photo img {
    width: 341px;
	margin: 0 auto;
	display:block;
	padding: 5px;
	border: 1px solid #e5e5e5;
	background-color: #FFF;
	
}

/* =Product Image Thumbs
----------------------------------------------*/

ul.thumbs {
    overflow: hidden;
}

ul.thumbs li {
    float: left;
}

ul.thumbs li a {
   display:block;
   margin-left: 5px;
}

ul.thumbs li a#first_thumb {
   margin-left: 0;
}

ul.thumbs li a img {
    overflow: hidden;
   display:block;
   width: 78px;
   height: 78px;
   padding: 2px;
   border: 1px solid #e5e5e5;
   background-color: #FFF;
}

/* =Product Info
----------------------------------------------*/

div#product_info {
    float: left;
    width: 312px;
    margin: 0 0 0 13px;
    display: inline;
}

/* =Product Price Total
----------------------------------------------*/

#product_info p.price {
    font: 36px Georgia;
    margin-bottom: 20px;
    padding: 3px 0 11px;
	font-weight: bold;
	text-align: center;
	color: #b2ecfd;
	text-shadow: #2ec1eb 0px 0px 4px;
	border: 4px solid #CCC;
	background: #5B5B5B url(../images/bg_total_box_2.png) repeat-x left bottom;
}

/* =Product Stock Charts
----------------------------------------------*/

ul.stock {
    margin-bottom: 20px;
}

div.stock_bar {
    float: left;
    height: 18px;
    margin: 3px;
    border: 1px solid #CCC;
    background: #FFF url(../images/bg_btn_fade_white.png) repeat-x left bottom;
}

div#stock_bar_empty {
    background: transparent;
}

div#stock_bar_empty p {
    color: #333;
}

.stock_bar p {
    float: left;
    margin-top:3px;
    margin-left:14px;
    color:#555;
    position:absolute;
    font-size: 11px;
    font-weight: bold;
    display: inline;
    white-space: nowrap;
    text-shadow:#ddd 0px 1px 1px;
}

div.add, div.sold_out {
    position: absolute;
    top: 0;
    right: 0;
    height: 26px;
    border-left: 1px solid #e5e5e5;
}

ul.stock li {
    position: relative;
    height: 26px;
    margin-bottom: 5px;
    border: 1px solid #E5E5E5;
    background-color: #EEE;
}

/* -------------------------------------------------------------------------------------------------
= FAQs Page
--------------------------------------------------------------------------------------------------*/

#index.support_requests label,
#index.support_requests .form_heading {
    color: inherit;
}

#index.faqs label,
#index.support_requests label {
	display:block;
	color: #4B4B4B !important;
}

#store_main h4.question {
	padding: 5px 0 5px 10px;
	font-size: 14px;
}

#store_main .answer {
	padding: 10px 20px;
	font-size: 11px;
	line-height: 16px;
	color: #666 !important;
}

ol.answer {
  margin:0px 40px;
  padding:0 !important;
  list-style-type: decimal;
  list-style: decimal inside;
}

/* -------------------------------------------------------------------------------------------------
= Support Page
--------------------------------------------------------------------------------------------------*/

.outer_box {
    overflow: hidden;
    clear: both;
    margin:0 auto 20px;
    padding: 5px;
    background-color: #ECECEC;    
}

.outer_box ul,
.outer_box table,
.outer_box .inner_box,
.outer_box #request_received {
    overflow: hidden;
    padding: 20px 0;
    background: #FFFFFF url(../images/admin/bg_lt_gradient.png) repeat-x scroll left bottom;
}

body#index.faqs .outer_box ul {
    padding: 5px 0;
}

.outer_box #request_received img {
    float: left;
    margin: 0 0 0 20px;
}

.outer_box #request_received h2 {
    float: left;
    margin: 10px 0 0 25px;
}

.outer_box #request_received p {
    clear: both;
    padding: 0 20px 10px 0;
    margin-left: 97px;
    line-height: 18px;
}

#store_main .outer_box h5 {
    padding: 8px 20px;
    color: #4B4B4B !important;
    font-size: 16px;
    border-bottom: 1px solid #E5E5E5;
    background: #FFFFFF url(../images/admin/bg_lt_gradient.png) repeat-x scroll left bottom;
}

#store_main .outer_box .inner_box {
    padding: 0;
}

/* -------------------------------------------------------------------------------------------------
= Forms
--------------------------------------------------------------------------------------------------*/

.row {
    position: relative;
    margin: 0 auto 20px;	
}

.row .label {
    float: left;
    width: 160px;
    border-top: 1px solid #F1F1F1;
    background-color: #F8F8F8;
}

label.name {
	float: right;
	margin: 0 0 0 0;
	padding: 4px 8px;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	background-color: #E5E5E5;	
}

.field {
	margin: 0 0 0 175px;
	text-align: left;	
}

.field input[type="text"],
input[type="text"] {
	width: 391px;
}

.row textarea {
	width: 381px;
	height: 75px;
	padding: 10px 10px 8px 10px;
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	border: none;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #FFF url(../images/bg_input.png) no-repeat left top;
}

#support_form select {
	margin: 5px 0;
}

.Navigacija
{
    font-size:10pt;
    font-family:Tahoma;
    color:Black ;
    line-height:11pt;
    margin:5px;
}

.Navigacija:hover
{
    font-size:10pt;
    color:#ff7600;
    font-family:Tahoma;
   line-height:11pt;
 
}
.Navigacija_nalazite
{
    font-size:10pt;
    color:Black ;
    font-family:Tahoma;
   
    line-height:11pt;
    margin:5px;
}

