/*-----------------------------------------------------------------------------
version:   1.0
author:    Raymond Brown
email:     ray@spearia
website:   http://www.spearia/
-----------------------------------------------------------------------------*/

/* !import Blueprint CSS */
/*---------------------------------------------------------------------------*/
@import url(blueprint/screen.css);
@import url(blueprint/plugins/silk-icons/icons.css);
@import url(extend_blueprint.css);
/* !useful classes */
/*---------------------------------------------------------------------------*/
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.padded { padding: 10px 20px; }
.padded .padded { padding: 0 20px 10px; }
.noMargin { margin: 0; }
.noPadding { padding: 0; }
.required { color: #c00; }
.centered2 { margin-left: auto; margin-right: auto; width: 590px }


/* !rounded corners */
.rounded {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.roundedTop {
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
}
.roundedBottom {
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
}

/* !containers with inputs that have focus */
/*
.hasFocus {
background: #fef7df url(../images/bg-hasFocus.png) repeat-x;
outline: 1px solid #efd48b;
*/
}

/* !navigation */
.navigation {
margin: 0;
overflow: auto;
}
	.navigation li {
	float: left;
	list-style: none;
	margin: 0;
	}
		.navigation li span,
		.navigation li a {
		display: block;
		padding: 5px 10px;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 700;
		}

/* !structure */
body {
width: 590px;
margin-left: auto;
margin-right: auto;
background: url(http://www.thegilmorecollection.com/RAISE.jpg) center;

}
#footer {
	margin: 20px 10px;
	clear: both;
	border-top: 1px solid #ccc;
}

#footer p {
	margin: 20px;
}

#footer a {
	color: #444;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.container {
width: 590px;
margin-left: auto;
margin-right: auto;
color: #8a8a8a;
font-size: 12px;

}

#content {
width: 550px;
color: #8a8a8a;
font-size: 12px;
padding: 0px;
margin: 20px;

}




input.text {
width: auto;
}

thead th {
background: none;
border-bottom: dotted 1px #e8e8e8;
}

hr {
color: #e8e8e8;
}
/*---------------------------------------------------------------------------*/

/* !development mode bar */
#development-mode-bar {
margin: 0;
padding: 4px 0 8px;
background: url(../images/bg-development-mode-bar.png) left bottom repeat-x;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 10;
height: 30px;
}
	#development-mode-bar p {
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	margin: 0;
	}

/* !header */
#header {
margin: 50px 0 0;
width: 590px;
}
	#header-top {
	
	text-align: right;
	padding: 20px;
	overflow: auto;
	border-bottom: 5px solid #06c;
	}
		#header-login {
		}
		
		#header-login #login-nav {
			float: left;
			margin: 0 10px;
			padding: 0;
		}
		
		#header-login #cart-controls {
			float: right;
			margin-right: 10px;
		}
		
			#header-login #login-nav a {
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			color: #ccc;
			}
			#header-login #login-nav a:hover {
			background: #666;
			color: #fff;
			}
		#header h1 {
		color: #ccc;
		margin: 0;
		clear: both;
		float: right;
		margin: 0 0 6px;
		}
			#header h1 small {
			color: #666;
			text-transform: uppercase;
			font-size: .4em;
			}
			
			#account-control a {
				color: #666;
				margin-right: 10px;
			}			




/* !main nav */
#header-nav ul {
padding: 10px 20px 0;
background: url(../images/bg-header-nav.png) bottom repeat-x;
}
	#header-nav li.active {
	background: #fff;
	}


#title {
height: 32px;
width: 590px;
text-align: center;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background:url("http://www.thegilmorecollection.com/NAVBARBLACK.jpg") no-repeat;
padding-top: 7px;
}

#title a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

/* !content */

.important {
background-color: #FBE6F2;
border: 1px solid #D893A1;
color: #333;
margin: 10px 0 5px 0;
padding: 10px;
font-weight: bold;
width: 400px;
}
	.important p {
	margin: 6px 0 8px 0;
	padding: 0;
	}


/* !codeigniter profiler */
#profiler-control {
margin: 0 20px;
color: #666;
text-transform: uppercase;
font-weight: 700;
}
#codeigniter_profiler {
display: none;
width: 950px;
margin: 0 auto 20px;
font-size: 0.9em;
}

#logo {
margin-top: 10px;
text-align: center;
margin-bottom: 10px;
padding-left:30px;
}

#logo-nav {
	padding-top: 50px;
	float: right;
	font-weight: bold;
	padding-right: 12px;
	color: #666;
	text-align: right
}

#logo-nav ul {
	direction: rtl;
	list-style: square;
}

#logo-nav a {
	color: #444;
	text-decoration: none;
}

#logo-nav a:hover {
	text-decoration: underline;
}


#copy {
width: 550px;
margin: 20px;
}

.titleone {
font-family: ariel, helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
line-height: 36px;
text-transform: uppercase;
color: #333333;
}

.titletwo {
font-family: ariel, helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 24px;
text-transform: uppercase;
color: #CC0033;
}

.titlethree {
font-family:"Arial Narrow", Arial, sans-serif;
font-size: 26px;
color:#545454;
}

.titlefour {
font-family:Arial, sans-serif;
font-size: 14px;
}

.titlesmaller {
font-size: 20px;
}

.landing_gc_box {
width: 350px;
margin-left:30px;
margin-top: 20px;
}

.gc_text {
font-size: 16px;
color: #8a8a8a;
float: left;
width: 200px;

}
.gc_boxes {
float: right;
}
.gc_boxes select {
font-family: Georgia, Times, serif;
font-size: 20px;
color: #6b6b6b;

}
.gc_boxes input {
font-family: Georgia, Times, serif;
font-size: 18px;
color: #6b6b6b;
}


.dropshadow {
-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
box-shadow: 3px 3px 3px #666;
}

.right_floater {
float:right;

}

.left_floater {
float:left;

}

.black_box {
background-color: #efefef;
width: 150px;
margin-left: 20px;
padding: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding-bottom: 20px;
}
.black_box2 {
background-color: #efefef;
width: 250px;
margin-left: 30px;
padding: 10px;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding-bottom: 20px;
}

.formItem .fieldLabel {
	width: 180px;
	padding-right: 10px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	}

.formItem {
margin-bottom: 10px;
}

.op {
color: #c7c7c7;
font-style: italic;
font-size: 9px;
}

.gc_fpo {
background-color: #333;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
height: 70px;
width: 110px;
float: left;
display: inline;
margin: 5px;

}

.gc_active { /*highlight class, add a background color, change the border or font color, whatever */
  border: 1px dashed red;
  background-color: green;
}

.gc-promo-item {
	background: #8bb451;
	color: #fff;
}

.centered { margin-left: 0px;}

.numbers {
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif

}
.thankyoubg {
background: url(../images/thankyou_bg.jpg) no-repeat;
}

tr.odd {
background-color: #f1f1f1;
}

.gc_girl {
background: url(../images/gc_girl.jpg) no-repeat 300px 250px;	
width: 550px;
margin-left: auto;
margin-right: auto;
padding-bottom: 150px;

}


fieldset#card-templates, fieldset#personalize, #purchase-info fieldset {
	padding-top: 20px;
	width: 510px;
	background: none;
	overflow: auto;
}

fieldset#card-templates legend, fieldset#personalize legend {
	font-size: 0.9em;
}

.card-template {
	float: left;
	padding: 0px 15px 0px 15px;
	text-align: center;
}

.card-template label {
	display: block;
	width: 210px;
	height: 125px;
	overflow: auto;
	margin: 10px 0px 0px 0px;
	padding: 10px 5px 0px 5px;
}	

/* Hover State */
.card-template label.hover {
	background: #ccc;
}


/* Radio Buttons */
.card-template label.radio_checked {
	background: #575B60;	
	display: block;
}

#gc_submit {
	margin-left: -3px;
	}

#checkbal-data label {
	float: left;
	text-align: right;
	width: 125px;
	padding-right: 25px;
	clear: both;
}

#checkbal-data span {
	float: left;
	text-align: left;
}

#physical-step1 {
	background-image: url(../../public/images/giftcard_med.jpg);
	background-repeat: no-repeat;
	background-position: 95% 75%;
}

.bubbleInfo {
           position: relative;
           top:-10px;
        }
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 150;
        	border-collapse: collapse;
        	background: url(../../public/images/bubble.png) no-repeat top;
        	width: 230px;
        	height: 183px;
        	top:100px;
        	
        }
        .popup_box {
        padding: 15px;
        }

        
        
/* SLIDER CSS */

#select-msg {
	margin: 20px 40px 20px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 20px;
	background-color: #FFF6BF;
	
}

#selected-card-block {
	text-align: center;
	float: right;
	border: 1px solid #ccc;
	margin-right: 15px;
	font-size: 0.9em;
	width: 140px;
}

#selected-card-block #card-image {
	padding: 0px 10px;
	width: 120px;
	height: 68px;
}

#carousel {
	width:590px;
	height:148px;	
	margin:0 auto;
-moz-box-shadow: 0px 1px 5px #666;
-webkit-box-shadow: 0px 1px 5px #666;
box-shadow: 0px 1px 5px #666;	
	
	z-index:10;
	margin-left: -20px;

}

.shadow {
background: url(../images/shadow.png) repeat-x;
height:10px;
width:100%;
float:left;
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:590px;
	height:148px;
	background-color: #252525;
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:1089px;			
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	margin-top:50px;
	width:99px;
	height:63px;	
	float:left;
	margin-left:10px;
}

#slides li img {
	padding:5px;
}

/* Styling for prev and next buttons */
#buttons {
	padding:0 0 5px 0;
	position:relative;
	top:0;
	left:0;
	z-index:10;
	
}

#buttons a.left {
	display:block; 
	width:50px; 
	height:110px;
	text-indent:-999em;
	float:left;
	outline:0;
	position:absolute;
	top:36px;
	
	
}

#buttons a.right {
	display:block; 
	width:50px; 
	height:110px;
	text-indent:-999em;
	float:left;
	outline:0;
	position:absolute;
	top:36px;
	left:540px;
	
	
}

a#prev {
	background:url(../images/previous.png) 0 0 no-repeat; 
}

a#prev:hover {
	background:url(../images/previous.png) 0 0 no-repeat;
}

a#next {
	background:url(../images/next.png) 0 0 no-repeat; 
}

a#next:hover {
	background:url(../images/next.png) 0 0 no-repeat;
}

.clear {clear:both}


.titlefive {
font-family:"Arial Narrow", Arial, sans-serif;
font-size: 26px;
color:white;
margin:10px;
margin-bottom:-40px;
}

.bigcard-div  {
display:none;
width:590px;
height:225px;
z-index:10;
background: #f2f2f2;
-moz-box-shadow: 0px 1px 5px #666;
-webkit-box-shadow: 0px 1px 5px #666;
box-shadow: 0px 1px 5px #666;
position: relative;

}

.cardArea {
float:left;
width:380px;
padding: 20px 0 0 20px;
position: absolute;
}

.buttonArea {
float:right;
width:210px;
padding-top:50px;
position: absolute;
left: 350px;
}

	

a.small {
color:#e71725;
font-size:10px;

}

.leftbutton {
float:left;
}
.rightbutton {
float:left;
margin-top:15px;
margin-left:5px;
}

