﻿.foo
{
}
/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html, body {
margin:0;
padding:0;
background: white;
}
.master-wrapper-page
{
	 background: white; 
	margin: 30px auto;
	width: 830px;
}

.master-wrapper-content
{
 
	float: left;
	width: 830px;
	text-align: left;
	 background: white; 
	
}

.master-wrapper-side
{
	float: left;
	width: 169px;
	margin: 15px 0 0 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	
	
}

.master-wrapper-center
{
	float: left;
	width: 630px;
	margin: 0px 0 0 10px;
		 background: blue; 
	display: inline;
	
}




.master-wrapper-cph
{
	float: left;
	width: 610px;
	background: white; 
	color: #000;
	
	padding: 10px 10px 10px 10px;
	}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	JASON BUTTONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
width:100%;	
	height:60px;				
	/*background-color:#8492b0;*/
	/* border: solid 0.5px gray; */
	/*background-image: url(images/repeater.png);*/
	

}

.headershadow
{	
/*	background-image: url(images/blockshadowlarge.gif); */
	background-repeat:no-repeat;	

}

.header-menu
{
 width:100%;
 left: 107px;
 margin-top: 162px;
 
}


.header .icon
{
	vertical-align: bottom;
}

.header-links .ico-register
{
	background: url('images/user_add.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header-links .ico-login
{
	background: url('images/lock_open.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header-links .ico-login
{
	background: url('images/lock_open.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}


.header-links .ico-logout
{
	background: url('images/lock.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header-links .ico-user
{
	background: url('images/user_go.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header-links .ico-cart
{
	background: url('images/cart_go.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header-links .ico-wishlist
{
	padding-left: 20px;
	padding-bottom: 5px;
}

.header-links .ico-admin
{
	background: url('images/wrench_orange.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
}

.header-logo
{
    
	margin-top: 15px;
	float: left;
	text-align: center;
	margin-left: 5px;
}

a.logo
{
	display: block;
	width: 230px;
	height: 125px;
	text-decoration: none;
	background: url('images/logo.jpg') no-repeat;
}

.times
{
     border:1px solid silver;
    z-index: 2;
    display: block;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 35px;
	float: right;
	width: 560px;
	height: 85px;
	text-decoration: none;
	background: url('images/hours.png') no-repeat;
}

.subheader
{
	width: 100%;
	height: 130px;
	background: white;

}


.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 400px;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector15
{
	float: left;
}

.header-links-wrapper
{

	float: right;
	text-align: right;
	width: 100%;
}

.header-links
{
	border-bottom: solid 1px gray;
	background: url(Images/bgHeader.gif) white repeat-x left top;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: inline-table;
	
	text-align: center;
	top: 147px;
    width: 100%;	
}

.header-address
{
	border-bottom: solid 1px gray;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: inline-table;
	height: 10px;
	text-align: center;
    width: 100%;	
}



.header-banner
{
	/* border: solid 1px silver; */
	color: #720850;
	margin-top: 100px;
	margin-right: 30px;
	width: 505px;
	float: right;
	text-align: right;
	vertical-align: bottom;
	padding: 0px;
}


.header-links ul
{
	padding: 0;
	margin: 0;
	width: 100%;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
}

.header-links a
{
	color: #3664A5;
	font-size: 13px;
	text-decoration: none;
}

.headerlinks a:hover
{
	color: #3664A5;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: black;
	
	/* background: url('images/gradient.png'); */
	/*background: white;*/
	/*padding: 8px 5px 9px 5px;*/
	text-align: center;
	
	vertical-align: middle;
	letter-spacing: 1px;
	margin: 0 5px 0 5px;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.headermenu a
{
	color: black;
	text-decoration: none;
	text-transform: none;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Verdana;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	
	float: right;
	display: inline;
	padding-bottom: 20px;
	padding-top: 10px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
}

.category-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 8px;
}

.category-navigation .treeview
{
	font-size: 13px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.category-navigation .treeview ul .li_selected
{
    margin: 0;
    list-style-image:url('images/bullet_go.png');
	font-weight: bold;
}

.category-navigation .treeview ul .li_unselected
{
      list-style-image:url('images/bullet_pink.png');
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.manufacturer-navigation li
{
	list-style: none;
}

.manufacturer-navigation a.active
{
	font-weight:bold;
}

.manufacturer-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 8px;
}

.manufacturer-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.RecentlyViewedProductsBox li
{
	list-style: none;
}

.RecentlyViewedProductsBox a
{
}

.RecentlyViewedProductsBox a:hover
{
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 8px;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 13px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.RecentlyViewedProductsBox .separator
{
	height: 1px;
	background: rgb(232, 230, 210);
	width: 140px;
	margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.infoblock-navigation li
{
       list-style-image:url('images/bullet_pink.png');
	
}

.infoblock-navigation a
{
}

.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 8px;
}

.infoblock-navigation .listbox
{
	font-size: 13px;
	padding: 5px 10px 10px;
	line-height: 18px;
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
	
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	height: 35px;
	border-top:0.5px solid #666666;
	background: white;
	padding: 5px 5px 5px 5px;
}

.footer a
{
	text-decoration: none;
}

.footer-disclaimer
{
	float: right;
	font-size: 11px;
}

.footer-createdby
{
	float: inherit;
	font-size: 11px;
}



.footer-poweredby
{
	float: left;
	font-size: 11px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Slideshow

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



.SlideShowDiv
{

border: solid 1px silver;
width: 590px;
height: 300px;

}



.deliveryareas
{ 
background-color: #FFFACD;
border-collapse: collapse;
border-spacing: 0px; }


.deliveryareasheader
{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: White;
}



.deliveryinfo
{
     border-spacing: 0;
    border: 1px black solid;
}

.deliverycolumn
{
    border: 1px black solid;
}


.alternatingodd
{
 border: 1px black solid;
font-family: Arial;
font-size: 12px;
background-color: #FFFACD;   
}

.alternatingeven
{
 border: 1px black solid;
font-family: Arial;
font-size: 12px;
}



.testimonialDiv
{
       width: 550px;
  font-family: Verdana, Arial;
    
    margin-left: 50px;
}


.wedding-price-table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #000;
  background: #bcd0e4 url("widget-table-bg.jpg") top left repeat-x;
}

.wedding-price-table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.wedding-price-table th, .wedding-price-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #632a39;
}

.wedding-price-table th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
  border-bottom: 1px solid #333;
}

.wedding-price-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
  border-bottom: 1px solid #333;
}

.wedding-price-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.wedding-price-table tr.alt th, .wedding-price-table tr.alt td
{
  color: #2a4763;
}

.wedding-price-table tr:hover th[scope=row], .wedding-price-table tr:hover td
{
  background-color: #632a2a;
  color: #fff;
}


.xmasCountDownContainer
{
    width: 478px;
    height: 146px;
   background: url('images/santa.png')  white no-repeat left top;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    margin-left: 75px;
  }

.valentinesCountDownContainer
{
    
    width: 500px;
    height: 109px;
   background: url('images/cupid.png')  white no-repeat left top;
   border:1px solid silver;
    text-align: left;
    margin-left: 50px;
  }

.xmasCandyCane
{
    margin-top: 0px;
    width: 100%;
    height: 10px;
    background: url('images/candystripe.png')  white repeat-x left top;
}





.xmasCountDownText
{
    padding-top: 20px;
    width: 260px;
    	margin-left: 115px;
    height: 10px;
    font-size: 14px;
         font-weight: bold;
}




.xmasDetailsText
{
    padding-top: 20px;
    width: 290px;
    	margin-left: 100px;
    height: 10px;
    font-size: 11px;
  font-weight: bold;
}


.valentinesCountDownContainer
{
    
    width: 500px;
    height: 109px;
   background: url('images/cupid.png')  white no-repeat left top;
   border:1px solid silver;
    text-align: left;
    margin-left: 50px;
  }
  
  
.valentinesCountDownText
{
    padding-top: 5px;
    width: 260px;
    	margin-left: 10px;
    height: 10px;
    font-size: 14px;
        font-weight: bold;
        color: #c51e63;
}




.valentinesDetailsText
{
    padding-top: 15px;
    width: 290px;
    	margin-left: 10px;
    height: 10px;
    font-size: 10px;
  font-weight: bold;
    color: #c51e63;
}




.mothersDayCountDownContainer
{
    
    width: 500px;
    height: 158px;
   background: url('images/tulips.png')  white no-repeat left top;
   border:1px solid silver;
    text-align: left;
    margin-left: 50px;
  }
  
  
.mothersDayCountDownText
{
    padding-top: 10px;
    width: 460px;
    	margin-left: 10px;
    height: 10px;
    font-size: 12px;
        font-weight: bold;
        color: black;
}




.mothersDayDetailsText
{
    padding-top: 5px;
    width: 390px;
    	margin-left: 10px;
    height: 10px;
    font-size: 10px;
  font-weight: bold;
    color: black;
}




.easterCountDownContainer
{
    
    width: 500px;
    height: 158px;
   background: url('images/tulips.png')  white no-repeat left top;
   border:1px solid silver;
    text-align: left;
    margin-left: 50px;
  }
  
  
.easterCountDownText
{
    padding-top: 10px;
    width: 460px;
    	margin-left: 10px;
    height: 10px;
    font-size: 12px;
        font-weight: bold;
        color: black;
}




.easterDetailsText
{
    padding-top: 5px;
    width: 390px;
    	margin-left: 10px;
    height: 10px;
    font-size: 10px;
  font-weight: bold;
    color: black;
}