/*
* site.css -- styles for abcgifts
* bhw aug 2009
*/

/*
* SITE STRUCTURE AND FRAME
*/

/**
 * CSS Sprite
 */
/*A
{
  background-image: url("http://www.abcgifts.com/public/images/button-rotator-inactive.png")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: -10px -10px;'
}
A
{
  background-image: url("http://www.abcgifts.com/public/images/button-rotator-active.png")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: -10px -51px;'
}
A class=activeSlide
{
  background-image: url("http://www.abcgifts.com/public/images/button-rotator-inactive.png")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: -10px -51px;'
}
A
{
  background-image: url("http://www.abcgifts.com/public/images/button-rotator-inactive.png")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: -10px -51px;'
}
DIV class=top
{
  background-image: url("http://www.abcgifts.com/public/images/body-cblock-full-red-top.gif")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: -10px -92px;'
}
DIV class=bottom
{
  background-image: url("http://www.abcgifts.com/public/images/body-cblock-full-red-bottom.gif")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: -10px -151px;'
}
DIV class=top
{
  background-image: url("http://www.abcgifts.com/public/images/body-cblock-half-gray-top.gif")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: -10px -178px;'
}
DIV class=bottom
{
  background-image: url("http://www.abcgifts.com/public/images/body-cblock-half-gray-botto.gif")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: -10px -233px;'
}
DIV class=top
{
  background-image: url("http://www.abcgifts.com/public/images/body-cblock-sm-round-top.gif")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: -10px -260px;'
}
DIV class=top
{
  background-image: url("http://www.abcgifts.com/public/images/body-cblock-sm-round-top.gif")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: -10px -260px;'
}
DIV class=bottom
{
  background-image: url("http://www.abcgifts.com/public/images/body-cblock-sm-round-bot.gif")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: -10px -287px;'
}
DIV class=bottom
{
  background-image: url("http://www.abcgifts.com/public/images/body-cblock-sm-round-bot.gif")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: -10px -287px;'
}
DIV id=top-navigation-wrapper
{
  background-image: url("http://www.abcgifts.com/public/images/frame-topbar-lcorner.gif")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: -10px -314px;'
}
DIV id=top-navigation
{
  background-image: url("http://www.abcgifts.com/public/images/frame-topbar-rcorner.gif")
  background-image: url("http://www.jaredhirsch.com/coolrunnings/public_images/0ef4d206e6/spriteme1.png");
  background-position: 931px -375px;'
}
*/

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #666661;
 
 margin: 0;
 padding: 0;
}

a {
	color: #d71e00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

label {
	display: block;
}
.faqq {
	font-weight: bold;
}

/*
* Content Containers
*/
#header {
	margin: 20px auto;
	padding: 0;
	width: 966px;
	height: 136px;
	position: relative;
}

#body-rounded-top {
	margin: 4px auto 0 auto;
	padding: 0;
	width: 962px;
	height: 10px;
	
	background-image: url(../images/body-round-top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}

#body-rounded-bottom {
	margin: 0 auto;
	padding: 0;
	width: 962px;
	height: 10px;
	
	background-image: url(../images/body-round-bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	
	position: relative;
}

#body {
	margin: 0 auto;
	padding: 0 2px;
	width: 955px;
	clear: both;
	
	/* begin min height fast hack for ie6 -- if the content body height breaks in any browsers, look here first
	min-height:300px;
	height:auto !important;
	height:300px;
	end min height fast hack for ie6 */
	
	position: relative;
	
	border-left: 1px solid #e1e0e0;
	border-right: 1px solid #e1e0e0;
}

#footer {
	margin: 0 auto;
	padding: 0;
	width: 966px;
	height: auto;
	
	position: relative;
}

/*
* PAGE ELEMENTS
*/

/* header elements */
#top-navigation-wrapper {
	height: 41px;
	background-image: url(../images/frame-topbar-lcorner.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

#top-navigation {
	height: 41px;	
	background-image: url(../images/frame-topbar-rcorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}

#top-navigation ul {
	margin: auto;
	padding: 0;
	
	width: 916px;
	height: 41px;	
	
	background-image: url(../images/frame-topbar-bkgnd.gif);
	background-position: top right;
	background-repeat: repeat-x;
	
	list-style: none;

	position: relative;
}

#top-navigation ul li {
	height: 23px;
	width: auto;
	
	margin: 2px 0 0 0;
	padding: 8px 10px 0 10px;
	float: left; 
	
	border-left: 1px solid #dadada;
	border-right: 1px solid #ffffff;
	
	position: relative;
}

#top-navigation ul li form {
	display: inline;
	margin: 0;
	padding: 0;
}

#top-navigation a, #top-navigation a:active, #top-navigation a:link, #top-navigation a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	
	display: block;
	width: auto;
	height: 23px;
	float: left;
}

#top-navigation a:hover {
	text-decoration: underline;
}

input#top-navigation-search {
	border: none;
	width: 90px;
	height: 15px;
	color: #d71e00;
	
	font-size: 10px;
	
	position: absolute;
	top: 10px;
	left: 15px;
	
	z-index: 100;
	
	background: none;
}


/* general elements */

#left-sidebar {
	margin: 4px 3px 4px 2px;
	padding: 0;
	
	position: relative;
	float: left;
	clear: both;
	
	width: 208px;
}

#sidebar-top {
	margin: 0;
	padding: 0;
	width: 208px;
	height: 8px;
	
	background-image: url(../images/body-sidebar-top-bkgnd.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}

#sidebar-bottom {
	margin: 0;
	padding: 0;
	width: 208px;
	height: 8px;
	
	background-image: url(../images/body-sidebar-bottom-bkgnd.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}

#sidebar-content {
	margin: 0;
	padding: 5px 15px;
	
	width: 175px;
	margin-left: 1px;
	
	overflow: hidden;
	
	border-left: 1px solid #e1e0e0;
	border-right: 1px solid #e1e0e0;
	
	font-size: 12px;
	color: #d71e00;
}

#sidebar-content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#right-content-main {
	margin: 5px 2px 0 0;
	padding: 0;
	
	width: 740px;
	
	float: right;
	
	position: relative;
}

.content-block-full-red
{
}

.content-block-full-red .body {
	margin: 0;
	padding: 0 5px;
	
	overflow: hidden;
	
	width: 728px;
	
	border-left: 1px solid #e1e0e0;
	border-right: 1px solid #e1e0e0;
}

.content-block-full-red .column-twocol-wrapper {
	margin: 0;
	padding: 0;
	
	width: 728px;
}

.content-block-full-red .column-twocol-wrapper .column {
	margin: 4px;
	padding: 0px;
	
	width: 355px;
	
	float: left;
}

.content-block-full-red .top {
	margin: 0;
	padding: 0;
	width: 740px;
	height: 39px;
	
	background-image: url(../images/body-cblock-full-red-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}

.content-block-full-red .top h1 {
	margin: 0;
	padding: 9px 0 0 9px;

	color: #ffffff;
	
	font-weight: bold;
	font-size: 16px;
	
	float: left;
}

.content-block-full-red .top .pager {
	padding: 9px 5px 0 9px;
	float: right; 
	width: 350px;
	text-align: right;
	
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.content-block-full-red .top .pager a,.content-block-full-red .top .pager a:link,.content-block-full-red .top .pager a:active,.content-block-full-red .top .pager a:hover{
	color: #ffffff;
}


#bottom-pager-wrapper .pager {
	padding: 9px 5px 0 9px;
	float: right; 
	width: 350px;
	text-align: right;
	
	color: #d71e00;
	font-weight: bold;
	font-size: 12px;
}

.content-block-full-red .bottom {
	margin: 0;
	padding: 0;
	width: 740px;
	height: 7px;
	
	background-image: url(../images/body-cblock-full-red-bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}

.content-block-half-gray {
}

.content-block-half-gray .top h1 {
	margin: 0;
	padding: 7px 0 0 9px;

	color: #d71e00;
	
	font-weight: normal;
	font-size: 16px;
}

.content-block-half-gray .top {
	margin: 0;
	padding: 0;
	width: 540px;
	height: 35px;
	
	background-image: url(../images/body-cblock-half-gray-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}

.content-block-half-gray .body {
	margin: 0;
	padding: 0 5px;
	
	overflow: hidden;
	
	width: 528px;
	
	border-left: 1px solid #e1e0e0;
	border-right: 1px solid #e1e0e0;
}

.content-block-half-gray .bottom {
	margin: 0;
	padding: 0;
	width: 540px;
	height: 7px;
	
	background-image: url(../images/body-cblock-half-gray-botto.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}

.content-block-small-round {
	float: left;
	margin: 4px 0px;
}

.content-block-small-round .top {
	margin: 0;
	padding: 0;
	width: 268px;
	height: 7px;
	
	background-image: url(../images/body-cblock-sm-round-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}

.content-block-small-round .body {
	margin-left: 1px;
	padding: 0 5px;
	
	overflow: hidden;
	
	width: 256px;
	
	border-left: 1px solid #e1e0e0;
	border-right: 1px solid #e1e0e0;
}

.content-block-small-round h1{
	margin: 0 0 5px 0;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.content-block-small-round .bottom {
	margin: 0;
	padding: 0;
	width: 268px;
	height: 7px;
	
	background-image: url(../images/body-cblock-sm-round-bot.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}














.content-block-full-gray
{
	margin-top: 5px;
}

.content-block-full-gray .body {
	margin: 0;
	padding: 0 5px;
	
	overflow: hidden;
	
	width: 728px;
	
	border-left: 1px solid #e1e0e0;
	border-right: 1px solid #e1e0e0;
}



.content-block-full-gray .top {
	margin: 0;
	padding: 0;
	width: 740px;
	height: 39px;
	
	background-image: url(../images/body-cblock-full-gray-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}

.content-block-full-gray .top h1 {
	margin: 0;
	width: 400px;
	padding: 9px 0 0 9px;

	color: #ffffff;
	
	font-weight: bold;
	font-size: 16px;
	
	float: left;
}

.content-block-full-gray .bottom {
	margin: 0;
	padding: 0;
	width: 740px;
	height: 7px;
	
	background-image: url(../images/body-cblock-full-gray-bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}












.content-block-med-round {
	float: left;
	margin: 4px 0px;
}

.content-block-med-round .top {
	margin: 0;
	padding: 0;
	width: 355px;
	height: 7px;
	
	background-image: url(../images/body-cblock-med-round-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}

.content-block-med-round .body {
	margin: 0;
	padding: 0 5px;
	
	overflow: hidden;
	
	width: 343px;
	
	border-left: 1px solid #e1e0e0;
	border-right: 1px solid #e1e0e0;
}

.content-block-med-round h1{
	margin: 0 0 5px 0;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.content-block-med-round .bottom {
	margin: 0;
	padding: 0;
	width: 355px;
	height: 7px;
	
	background-image: url(../images/body-cblock-med-round-bot.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	position: relative;
}


.block-column-container {
	margin: 5px 2px 0 0;
	padding: 0;
	
	width: 740px;
	
	float: right;
	
	position: relative;
}

.block-leftcol-large {
	margin: 0 0 0 2px;
	padding: 0;
	
	width: 540px;
	
	float: left;
}

.block-rightcol-small {
	margin: 0;
	padding: 0;
	
	width: 195px;
	
	float: right;
}


.block-productbox {
	margin: 0 8px;
	padding: 0;
	
	width: 160px;
	float: left;
}

.block-productbox .product-image{
	margin: 5px 15px;
	text-align: center;
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.block-productbox .title{
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #d71e00;
}

.block-productbox .blurb{
	margin: 5px 0;
	font-size: 12px;
	color: #666661;
}

.block-productbox .price{
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}



/*
* Page Specific Definiions
*/

/* homepage */
#homepage-splashbox-image {
	float: left; 
	width: 712px; 
	height: 315px; 
	overflow: hidden;
}

#homepage-splashbox-button-wrapper{
	float: left; 
	width: 243px; 
	height: 315px; 
	position: relative;
}

#homepage-splashbox-button-wrapper .button {
	position: relative;
	width: 282px;
	height: 104px;
	left: -39px;
	
	z-index: 100;
}

.button img {
	border: none;
}

#control-floatbox {
	margin: 0;
	padding: 0;
	
	height: 21px;
	width: auto;
	
	position: absolute;
	
	top: 282px; 
	left: 14px;
	
	z-index: 9999;
}

#controlContainer {
	float: left;
}

#control-floatbox a{
	display: block;
	float: left;
	
	margin: 0;
	padding: 2px 0 0 0;
	
	height: 21px;
	width: 19px;
	
	background-image: url(../images/button-rotator-inactive.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	text-align: center;
	color: #6a6a6a;
	
	text-decoration: none;
	
	font-weight: bold;
}

#control-floatbox a.activeSlide{
	background-image: url(../images/button-rotator-active.png);
	color: #ffffff;
}

/* about */

.person-box {
	margin: 10px auto;
	padding: 5px;
	width: 675px;
	border-bottom: 1px solid #e1e0e0;
}

.person-box .column-left {
	margin: 0;
	padding: 0;
	
	width: 140px;
	
	float: left;
}

.person-box .column-right {
	margin: 5px 0 0 15px;
	padding: 0;
	
	width: 500px;
	
	float: left;
}

.person-box .person-name {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.person-box .person-title {
	font-weight: bold;
	font-style: italic;
}

.person-box .person-email {
	margin-top: 10px;
	font-weight: bold;
}

.input-box {
	padding-bottom: 15px;
}

.input-box label {
	
	float: left;
	display: inline;
}

.input-box input {
	display: inline;
}
/*
* UTILITY CLASSES
*/
.clear-div {
	width: 100%;
	height: 1px;
	
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	
	clear: both;
}

.divider {
	border-top: 1px solid #e1e0e0;
	height: 1px;
	width: 75%;
	margin: 15px auto 0 auto;
	clear: both;
}

/* IE Fix */
.clear-fix {
	margin-bottom: 25px !important;
}

/* Error Messages */
.errorMsg {
	padding: 5px;
	background-color: #EF9595;
	border: 1px solid #AF3636;
	color: black;
}

/* Add, Edit, Delete Address */
#addBtn, .editAddr, .deleteAddr {
	text-decoration: underline;
	padding: 4px;
	cursor: pointer;
}
#confirmDel, #cancelDel {
	padding: 2px;
	border: 1px solid black;
	background-color: #313131;
	color: white;
	cursor: pointer;
}
#confirmDel:hover, #cancelDel:hover {
	background-color: #ECECE8;
	color: black;
}
#deleteOptions {
	margin: 4px;
	text-align: center;
	padding: 4px;
	width: 275px;
}
#popupTxt {
	padding: 2px 5px 2px 5px;
}
.addressErr {
	color: red;
	background-color: #ECECE8;
	padding: 1px solid black;
}

/* Item Dialog */
.itemDialog {
	border: 1px solid black;
	position: absolute;
	width: 720px;
	background-color: #B21700;
	color: white;
	z-index: 200;
}

/* Dialog */
.dialog {
	border: 1px solid black;
	position: absolute;
	width: 375px;
	background-color: #B21700;
	color: white;
	z-index: 200;
}
#dialogDivider {
	width: 100%;
	height: 1px;
	background-color: black;
}
#dialogClose {
	position: absolute;
	right: 4px;
	background-color: #EF3B1D;
	color: black;
	cursor: pointer;
	font-size: 11px;
	text-align: center;
	font-family: tahoma, arial, verdana, sans-serif;
	border: 1px solid black;
	width: 15px;
	height: 15px;
}
#dialogClose:hover {
	background-color: #ECECE8;
}
.dialogWrap {
	position: relative;
}
.dialog p {
	text-align: center;
	margin: 9px;
}
.dialogHeader {
	font-weight: bold;
	margin: 4px;
}
#dialogHandle {
	cursor: move;
	padding: 5px;
	position: relative;
}

/* Profile */
.column { float: left; }
.portlet { width: 475px; height: 175px; margin: 0 1em 1em 0; }
.portlet-header { position: relative; margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; cursor: move; }
.portlet-header .ui-icon { float: right; }
.portlet-content { padding: 0.4em; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 175px !important; }
.ui-sortable-placeholder * { visibility: hidden; }
.ui-icon-plusthick {cursor: pointer; }

.mainBody { float: left; width: 500px; padding: 5px; }
.additionalInfo { float: left; padding: 5px; }

.rightProfileLink { position: absolute; right: 22px; }

/* Checkout stages */
#checkoutstages { padding: 17px; }
#checkoutstages img { padding-right: 20px; }

/* Order Table */
.viewItems { text-decoration: underline; cursor: pointer; }
