/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Helvetica, sans-serif;*/
	/*font-family: Georgia, Helvetica, sans-serif;*/
	font-size: 15px;
	color: #737373;
}

form {
	margin: 0;
	padding: 0;
}

.span-italic
{
	font-style:italic;
}

.home-heading
{
	color:#AE2ECC;
	font-style:italic;
}

.span-underline
{
	text-decoration:underline;
}

input, textarea {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #AE2ECC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 58px;
	margin: 0 auto;
	padding: 1px 0;
	background: url(images/img02.jpg) no-repeat center top;

}

#menu ul {
	height: 58px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 58px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu img 
{
    border:solid 1px #AE2ECC;
    padding:2px;
    float:left;
    margin:0 5px;
    
    
}

#menu-cart-display
{
	display:none;
}


#menu li.cart {
	float: right;
	height: 58px;
}

#menu a {
	float: left;
	height: 58px;
	padding: 17px 25px 0 25px;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(images/img04.gif) repeat-x;
	color: #FFFFFF;
}


#menu .current_page_item a {
	background: url(images/img05.gif) repeat-x;
	color: #FFFFFF;
}

/* Logo */

#logo {
	/*width: 962px;
	height: 91px;*/
	/*width: 970px;*/
	width: 960px;
	height: 105px;
	/*width: 966px;
	height: 105px;*/
	margin: 0 auto;
	/*background: url(images/img06.gif) no-repeat;*/
	/*background: url(images/logo3.jpg) no-repeat;*/
	/*background: url(images/logo7Final.jpg) no-repeat;*/
	
	/* between --- lines are ones to keep */
	/* ------------------- */
	
	/*background: url(images/KidorableLogoTest.jpg) no-repeat;*/
	background: url(images/bow_so_precious_logo_background3_5.gif) no-repeat;
	
	/* ------------------- 
	Paypal_cpp_header_image_butter
	Paypal_image_url
	PayPal_header_image (NOT USING currently)
    KidorableLogoTest2
	KidorableLogoTest

	*/

	/* -------------------- */

	color: #69A7E1;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	font-size: 3em;
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #69A7E1;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}

/* Content */

#content {
	float: right;
	width: 680px;
}

.post {
	/*padding-bottom: 20px;*/
	padding-bottom: 0px;
}

.post .title {
	margin: 0;
	padding: 0px 20px;
	/*letter-spacing: -2px;*/
	letter-spacing: 0px;
	font-size:1.4em;
	font-weight:normal;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px;
}

.post .meta {
	height: 26px;
	background: #ECECEC;
	border-top: 1px solid #E5E5E5;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
	background: url(images/myimg09.jpg) no-repeat left bottom;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
	background: url(images/img10.gif) no-repeat right bottom;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
	/*background: #F3F3F3 url(images/img08.gif) no-repeat left bottom;*/
	/*background: #F3F3F3 url(images/myimg08bottom.jpg) no-repeat left bottom;*/
	background: #ECECEC url(images/myimg08bottom.jpg) no-repeat left bottom;
	
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/img07.jpg) no-repeat;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}

/* Search */

#search form {
	padding: 20px;
	background:#ECECEC url(images/myimg08bottom.jpg) no-repeat scroll left bottom
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #E9E9E9;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PHOTOS & CAPTIONS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* PHOTO BORDERS */


.photo-main-left 
{
	float:left;
	margin:20px 20px 20px 10px;
	z-index:1;
	width:55%;
}

.img-main-left
{
	z-index:2;
}

.photo-special-item
{
	width:37%;
	position:relative;
	float:left;
	margin:25px 0 0 0;
}

.bring-forward
{
	position:relative;
	z-index:2
}


.photo-clear 
{
	clear:both;
	
}


.photo-top,
.photo-top span,
.photo-bottom,
.photo-bottom span,
.photo-caption-bottom,
.photo-caption-bottom span {
	height:25px;
	position:relative;
	font-size:1em;
	display:block;
	}

.photo-top span {
	background-position:right -13px;
	}

.photo-bottom {
	background-position:0 -26px;
	}

.photo-bottom span {
	background-position:right -39px;
	}

.photo-caption-bottom {
	background-position:0 -52px;
	background-color:#FFCCFF;
	font-weight:bold;
	text-align:center;
	height:25px;
	}

.photo-caption-bottom span{
	background-position:right -60px;
	height:8px;
	}
	
/* PHOTO CONTENT */

.photo-content {
	padding:2px 14px 0 14px;
		position:relative;
	
	}
	
	

.photo img {
	display:block;
	}
	
.photo-a 
{
	color:#FFFFFF;
	float:right;
}


	
.photo-caption {
	font-size: .9em;
	padding: 10px 10px 6px 10px;
	background: #FFCCFF;
	text-align: center;
	height:100px;
	width:180px;
	/*position:absolute;
    top:15px;*/
    z-index:-1;
}
	
.align-left {
	float:left;
	margin:0 20px 15px 0;
	}

.align-right {
	float:right;
	margin:0 0 15px 20px;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



	 
/****************

Paging

/************/

.paging a:hover {
	border: 1px solid #69A7E1;
	text-decoration: underline;
	text-align: center;
	color: #CC6600;
	
	}
	
.paging a 
{
	text-decoration: none;
	text-align: center;
	padding: 0 2px;
}
.paging span
{
	padding: 2px 2px 0 2px;
	
}


#page-item  {
	width:50%;
	float:left;
	text-align:center;
	}

/*
#page-right  {
	float:right;
	width:50%;
	text-align:center;
	}
*/	
	
#page-footer p
{
    clear:both;
    width:100%;
    text-align:center;
    padding:30px;
    
}

#page-test
{
    clear:both;
    width:100%;
    text-align:center;
}


#admin-img
{
	height:169px;
	width:225px;
	
	
}


.admin
{
	height:169px;
	width:225px;
	
	
}

.items-img
{
	height:288px;
	width:383px;
    position:absolute;  
    top:0;
    left:0;  
    z-index:1;
}

.items-img2
{
	height:192px;
	width:255.33px;
    position:absolute;  
    top:0;
    left:0;  
    z-index:1;
}

.items-img-index
{
	
	height:288px;
	width:383px;
    position:absolute;  
    top:0;
    left:0;  
    z-index:1;
	
	/*height:288px;
	width:383px;
	z-index:1;
	position:relative;
	
    position:absolute;  
    top:0;
    left:0;  */
}


.img-container-index
{
    width: 50%;
    float:left;
	height:350px;
	margin:-60px 0 0 0;
}



.img-description
{
	position:absolute;  
	display: none;
	border: solid 2px black;
	width:75px;
	margin:0 0 0 0px;
	background: #FFCCFF;
	/*opacity: 0.8;  */
	cursor:pointer;
	z-index:2;
}


.email-friend
{
/*	display: none;*/
	border: solid 2px black;
	width:75px;
	margin:20px 0px 0px 0px;
	background: #FFCCFF;
	/*opacity: 0.8;  */
	cursor:pointer;
}



.img-container
{
    width: 50%;
    float:left;
	height:350px;
	
}

.img-container2
{
    width: 25%;
    float:left;
	height:150px;
	
}

.quick-view
{
	height:288px;
	width:383px;
	position:relative;
}


.quick-view2
{
	height:192px;
	width:255.33px;
	position:relative;
}

.quick-view a
{
	text-decoration:none;
}


.quick-view2 a
{
	text-decoration:none;
}

.item-original-price
{
	margin:5px 0 -10px 0;
	text-align:center;
	padding:0 0 0 0;
	position:relative;
	z-index:2
}


.item-original-price2
{
	margin:5px 0 -10px 30px;
	padding:0 0 0 0;
	position:relative;
	z-index:2
}

.item-price
{
	margin:5px 0 -10px 0;
	text-align:center;
	padding:0 0 0 0;
	position:relative;
	z-index:2
	
}

.item-price2
{
	margin:5px 0 -10px 30px;
	padding:0 0 0 0;
	position:relative;
	z-index:2
	
}

.line-through
{
	text-decoration:line-through;
}

.color-red 
{
	color:Red;
}


.item-out-of-stock
{
	margin:5px 0 0 0;
	text-align:center;
	padding:0 0 0 0;
	
}


.item-out-of-stock2
{
	margin:5px 0 0 30px;
	padding:0 0 0 0;
	
}

.item-description
{
	position:relative;
	float:left;
	width:450px;
	height:192px;
	text-align:left;
	margin:0 0 0 30px;
	border-top:dotted 1px Gray;
	
}


.item-description p
{	margin:0 0 0 30px;
	
}

.item-title
{
	text-align:center;
	padding:0 0 0 0;
	height:1.25em;
	
	margin:0 0 5px 0;
}


.item-title2
{
	padding:0 0 0 0;
	height:1.25em;
	margin:0 0 5px 30px;
}


.item-text-container
{
    width: 383px;
	height:1.25em;
	/*position: absolute;*/
	text-align:center;
	z-index:2;
	position:relative;
}


.item-text-container2
{
    width: 383px;
	height:1.25em;
	/*position: absolute;*/
	
	z-index:2;
	position:relative;
}

.item-name2 
{
	font-size:2em;
}

.order-colors
{
	height:10px;
	width:10px;
	color:Red;
}

.item-alternate
{
    background:#FFCCFF;
}


.item-special
{
    background:red;
}


.blackborder
{
    border:red;
}

.my-radio
{
	height:50px;width:20%;
}

#bottomPic1
{
    width:167px;
    height:132px;
    position:absolute;  
    top:0;
    /*left:15px;  */
    left:0px;  
    margin:0 0 0 16.5px;
	clear:both;
    z-index:2;
    
}

#bottomPic2
{
    width:167px;
    height:132px;
    position:absolute;  
    top:0;
    /*left:15px;  */
    left:0px;  
    margin:0 0 0 16.5px;
	clear:both;
    z-index:1;
    
}
#topPic1
{
    width:167px;
    height:132px;
    position:absolute;  
    top:0;
    left:0px;  
   /* left:15px;  */
    margin:0 0 0 15px;
	clear:both;
    z-index:1;
}


#topPic2
{
    width:167px;
    height:132px;
    position:absolute;  
    top:0;
    left:0px;  
   /* left:15px;  */
    margin:0 0 0 15px;
	clear:both;
    z-index:1;
    
}

.quickViewTextBox
{
    border-style:none;
}

#tabs div
{
    height:600px;
    width:400px;
    
}
	
.quickView-container-right
{
	float:right;
	width:60%;
	/*height:200px;*/
}


.quickView-container-right p
{
	text-align:center;
}

.quickView-container-left
{
	float:left;
	width:40%;
	/*height:200px;*/
}

.quickView-container-left img
{
	float:left;
}

.quickViewTop
{
	height:200px;
	width:400px;
}

.color
{
	float:left;
	border:solid 1px white;
}

#colors
{
    clear:both;
	width:100%;
	
}


.quickView-wrapper
{
	width:100%;
}

.quickView-footer
{
    position:relative;
	clear:both;
	width:100%;
	height: 50px;
	margin:10px 0 0 0;
}

.quickView-float-right
{
	float:right;
	width:50%;
	text-align:right;
}


.quickView-float-left
{
	float:left;
	width:50%;
	text-align:right;
}

.quickView-price
{
   margin: 70px 10px 0 60px;
}


.quickView-original-price
{
   margin: 70px 10px 0 60px;
}


.quickView-out-of-stock
{
   margin: 70px 10px 0 60px;
}

.order-img-and-description
{
	margin:0 0 20px 0;
}

#order-button
{
    
	/*position:relative;*/
	border: solid 2px black;
	width:100px;
	margin:  20px 80px 20px 15px;
	padding:10px;
	background: #FFCCFF;
	/*opacity: 0.8;  */
	float:right;
	text-align:center;
	cursor:pointer;
	text-decoration: none;
}

.order-option
{  
	width:100%;
	height:50px;
	margin:0;
}


#order-submit
{
    
	/*position:relative;*/
	border: solid 2px black;
	width:120px;
	margin:  0px 80px 20px 60px;
	padding:10px;
	background: #FFCCFF;
	/*opacity: 0.8;  */
	text-align:center;
	cursor:pointer;
}

.order-colors
{
    width:235px;
    height:32px;
    float:right;
}

.order-entry
{
	height:40px;
}

/*
.order-color-description
{
    width:50%;
    float:left;
    height:32px;
    text-align:right;
}
*/

.order-img
{
	/*height:600px;
	width:800px;*/
	
	height:450px;
	width:600px;
	margin:20px;
	
}

#order-quantity
{
	width:30px;
}



#order-pick-clip
{
    width:60%;
    float:left;
}

.order-no-slip-grip
{
    width:40%;
    float:left;
}
.order-price
{
    clear:both;
	margin:5px 0 0 0;
	text-align:center;
	padding:0 0 0 0;
	
}

.order-span
{
   font-style:italic;
   vertical-align:top;
   float:left;
   margin:0 5px 0 0;
   width: 120px;
   text-align:right;
   padding:0 5px 0 0;
}

.order-span-price
{
	width:100px;
	text-align:left;
}

#order-no-slip-grip-clips
{
    visibility:hidden;
}

#Clips
{
    width:235px;
}

#NoSlipGrip
{
    width:125px;
}


#CenterChoice
{
    width:105px;
}

#OrderLetter
{
	width:40px;
}

#SiliconeAdaptor
{
	width:110px;
}


#ButtonType
{
	width:75px;
}

#clip-left-container
{
	float:left;
	width:25%;
}

.clip-description-wrapper
{
    margin:0 0 0 50px;
	padding:50px 0 0 0;
	clear:both;
}

.clip-center-wrapper
{
	float:left;
	margin:10px;
}
	

#clip-right-container
{
	float:left;
	width:70%;
	text-align:left;
}

.clip-span
{
	padding:0 0 0 20px;
	font-size: 1.25em;
}

#clip-span1
{
	display:block;
	margin:30px 0 0 0;
}
#clip-span2
{
	display:block;
	margin:75px 0 0 0;
}
#clip-span3
{
	display:block;
	margin:50px 0 0 0;
}
#clip-span4
{
	display:block;
	margin:40px 0 0 0;
}
#clip-span5
{
	display:block;
	margin:25px 0 0 0;
}
#clip-span6
{
	display:block;
	margin:25px 0 0 0;
}
#clip-span7
{
	display:block;
	margin:55px 0 0 0;
}
#clip-span8
{
	display:block;
	margin:75px 0 0 0;
}

img.double_border {
border: 1px solid #bbb;
padding: 5px; /*Inner border size*/
background: white; /*Inner border color*/
}


#add-color
{
    
	
	/*position:relative;*/
	border: solid 2px black;
	width:100px;
	padding:10px;
	background: #FFCCFF;
	/*opacity: 0.8;  */
	text-align:center;
	cursor:pointer;
}

.colorFieldset
{
	margin:10px 0;
}


.color-name
{
	margin:2px;
	font-size:.75em;
	width:45px;
	text-align:center;
}

.color img
{
	margin:3px;
}

.color-wrapper
{
	margin:3px;
	float:left;
	height:125px;
	width:70px;
}

.color-category
{
	margin:10px;
}

.color-footer
{
	margin:20px 0px 60px 0px;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li 
{
	/* add float left */
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	/*width: 180px;
	height: 130px;*/
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	float:left;
	margin:10px;
	
}
.gallery span {
	/*width: 77px;
	height: 27px;*/
	width: 143px;
	height: 50px;
	display: block;
	position: absolute;
	/*top: -12px;*/
	top: -30px;
	/*left: 50px;*/
	background: url(images/gallery/tape-bigger.png) no-repeat;
	margin:10px 0 0 0;
}
.gallery a {
	text-decoration: none;
	float:left;
	width:100%;
}

#cork 
{
	background: transparent url(images/gallery/cork-bg.png) repeat scroll 0 0;
	overflow:hidden;
	padding:20px 0;
}
/* ---------- gallery styles end here ----------------------- */

#about-name
{
	margin:20px 0;
}

#about-design
{
	margin:80px 0;
	font-size:.75em;
}

.payment-shipping-rate-table-name
{
    font-style:italic;
    font-weight:bold;
    text-align:center;
}

.payment-shipping-rate-table
{
    width:261px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:50px;
}


.payment-shipping-rate-rows
{
    font-weight:bold;
    border: 1px solid #bbb;
    overflow:hidden;
    width:100%;
}

.payment-shipping-rate-header
{
    clear:both;
    width:100%;
}

.payment-shipping-rate-row
{
    clear:both;
    width:100%;
}


.payment-shipping-rate-column
{
    float:left;
    padding:5px;
    border: 1px solid #bbb;
    width:75px;
}

p.align-left-radio
{
	height:10px;
	float:left;
	width:10px;
	margin:0 0 0 0;
}

p.align-left-radio-label
{
	height:10px;
	float:left;
	width:110px;
	margin:15px 20px 0 15px;
	font-size:.75em;
	
}

.breadcrumb-content 
{
    margin:10px 0px 30px 0px;
    position:relative;
    z-index:1;
}


.banner
{
    width:95%;
    /*height:75px;*/
    border: 1px solid #bbb;
    padding: 5px; /*Inner border size*/
    background: white; /*Inner border color*/
    overflow:hidden;
    position:relative;
    z-index:1;
}

.banner-wrapper
{
}

.banner-msg
{
    background-color:#FFCCFF;
    
    padding:2px 0px;
    font-size:1em;
    /*height:65px;*/
    width:100%;
    text-align:center;
}

.banner-msg p
{
	margin:0px;
}


.free-shipping
{
    border: 1px solid #bbb;
    padding: 5px; /*Inner border size*/
    background: white; /*Inner border color*/
    overflow:hidden;
    margin:20px 0px;
}


.free-shipping-msg
{
    background-color:#FFCCFF;
    padding:2px 0px;
    /*height:65px;*/
    width:100%;
    text-align:center;
}

.free-shipping-msg p
{
	margin:0px;
	font-size:.75em;
    text-align:center;
}

#bullet1
{
	background: transparent url(images/flower-icon-set-small.gif)
	0px 0px no-repeat;
	height:37.5px;
	width:37.5px;
	position:relative;
	float:left;
	}
#bullet2
{
	background: transparent url(images/flower-icon-set-small.gif)
	-37.5px -37.5px no-repeat;
	height:37.5px;
	width:37.5px;
	position:relative;
	float:left;
	}
#bullet3
{
	background: transparent url(images/flower-icon-set-small.gif)
	-75px -37.5px no-repeat;
	height:37.5px;
	width:37.5px;
	position:relative;
	float:left;
	}
#bullet4
{
	background: transparent url(images/flower-icon-set-small.gif)
	-37.5px -75px no-repeat;
	height:37.5px;
	width:37.5px;
	position:relative;
	float:left;
	}
	
#bullet5
{
	background: transparent url(images/flower-icon-set-small.gif)
	-112.5px -75px no-repeat;
	height:37.5px;
	width:37.5px;
	position:relative;
	float:left;
	}
#bullet6
{
	background: transparent url(images/flower-icon-set-small.gif)
	-37.5px 0px no-repeat;
	height:37.5px;
	width:37.5px;
	position:relative;
	float:left;
	}