* {
	border:none;
	margin:0;
}

body {
	background:white;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#ED1C24;
}

#center {
	position:absolute;
	top:0px;
	height:auto;
	width:1024px;
	left:50%;
	margin-left:-512px;
	background:white;
}

#heading {
	position:relative;
	height:200px;
	width:1024px;
}

#heading a.logo {
	float:left;
}

#heading a.logo div {
	background-image:url('images/title.png');
	height:200px;
	width:500px;
}

#navigation {
	height:20px;
	width:100%;
	padding:0px 45px 0px 45px;
}

#navigation > div {
	margin:0px 5px 0px 5px;
	float:left;
	width:145px;
	height:20px;
	position:relative;
}
#navigation > div > a > div, #dropdown > div > a > div, .subdropdown > div > a > div {
	width:145px;
	color:white;
	text-align:center;
	background:#ED1C24;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
}
#dropdown > div > a > div, .subdropdown > div > a > div {
	font-size:13px;
}
#navigation > div > a:hover > div, #dropdown > div > a:hover > div, .subdropdown > div > a:hover > div {
	background:#AAA;
}
#navigation > div:hover > #dropdown, #dropdown > div:hover > .subdropdown, .subdropdown > div:hover > .subdropdown  {
	display:block;
}
#dropdown > div, .subdropdown > div {
	position:relative;
}
#dropdown {
	display:none;
	background:white;
	width:145px;
	position:absolute;
	border-top:1px solid white;
	left:0px;
	top:20px;
	z-index:20;
}
.subdropdown {
	display:none;
	background:white;
	width:145px;
	position:absolute;
	border-left:1px solid white;
	left:145px;
	top:0px;
	z-index:20;
}

#body {
	border-left:1px solid black;
	border-right:1px solid black;
	width:1000px;
	margin:11px;
	background:white;
}

#footer {
	text-align:center;
	margin:5px;
	font-weight:bold;
	color:#AAA;
}

.container {
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}
#body .left {
	width:580px;
	padding:10px;
}
#body .right {
	width:379px;
	padding:10px;
	border-left:1px solid black;
}
#body.flip .left {
	border-right:1px solid black;
}
#body.flip .right {
	border:none;
}
.message {
	text-align:center;
	width:100%;
	display:block;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:black;
}
tr.hr td{
	height:1px;
	border-top:1px solid black;
	padding:0px;
	margin:0px;
}
.textRight {
	text-align:right;
}
.alt {
	background-color:#DDDDDD;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bolder;
}
.mixitred {
	color:#ED1C24;
}
.mixitgray {
	color:#AAA;
}
.black {
	color:black !important;
}
.title {
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:18px;
	color:#ED1C24;
}
.title a {
	text-decoration:none;
}
.title a:hover {
	color:#AAA;
}
.title span {
	display:block;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
.subtitle {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin-top:0px;
}
.subtitle span {
	display:block;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.spanTitle {
	font-weight:bolder;
	font-size:16px;
	color:#ED1C24;
	width:100%;
	display:block;
	text-align:center;
}
.bigimg {
	margin:5px;
}
#mainimg {
	width:400px;
	height:400px;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.hide {
	display:none;
}
.hoverimage {
	position:absolute;
	left:0px;
	top:0px;
	background:white;
	width:400px;
	height:400px;
	padding-left:5px;
	padding-right:5px;
}
.info img {
	float:left;
	margin:5px;
}
.comments, .comment, .share {
	width:100%;
	display:block;
	float:left;
	margin-bottom:10px;
}
.sizes, .rateit, .addtocart {
	margin-top:10px;
	width:100%;
	display:block;
}
label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:150px;
	float:left;
}
label span {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:100%;
}
input, select, textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #444444;
	width:200px;
	margin:2px 0 20px 10px;
}
label.check {
	width:260px;
}
input.submit {
	margin-left:90px;
}
span.error {
	width:100%;
	text-align:center;
	color:#ED1C24;
	font-weight:bold;
	display:block;
}
.commentButton {
	margin-left:164px;
	border:none;
	background: url("images/submit.png");
	background-position:top;
	height:26px;
	width:52px;
}
.commentButton:hover {
	background-position:bottom;
}
.shareButton {
	margin-left:164px;
	border:none;
	background: url("images/submit.png");
	background-position:top;
	height:26px;
	width:52px;
}
.shareButton:hover {
	background-position:bottom;
}
.search {
	float:right;
	height:100px;
	width:200px;
	margin-top:70px;
}
.search input {
	margin:0px;
	float:left;
}
.search .searchbox {
	padding-top:17px;
	background-position:top;
}
.searchbox {
	border:0px;
	background: url("images/searchbox.png");
	width:129px;
	height:16px;
	padding:5px;
	background-position:bottom;
}
.searchbutton {
	border:none;
	height:26px;
	width:26px;
	background: url("images/go.png");
	background-position:top;
}
.search .searchbutton {
	margin-top:12px;
	margin-left:5px;
}
.searchbutton:hover {
	background-position:bottom;
}
.bubble {
	background: url("images/dogbubble.png");
	height:110px;
	width:192px;
	padding-right:110px;
	padding-left:16px;
	padding-top:20px;
	padding-bottom:70px;
	float:right;
	text-align:center;
}
.bubble img {
margin-top:15px;
}
.dark {
	background-color:#CCC;
}
.light {
	background-color:white;
}
td > input {
	width:30px;
	margin:auto;
	padding:0;
}
.button {
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #444444;
	width:194px;
	margin:6px 0 0 10px;
	display:block;
	text-align:center;
	text-decoration:none;
	color:black;
	background:#EEE;
	float:left;
}
.buttons {
	width:205px;
	float:left;
}
.buttons > input {
	margin:6px 0 0 10px;
	background:#EEE;
}
.three {
	margin-top:10px;
	float:right;
	width:400px;
}
.three input, .three label {
	margin:5px;
	float:right;
}
.blocked {
	border:2px solid #666;
	background:#DDD;
	padding-left:5px;
}
.mini, .minis {
	text-align:center;
	float:left;
	display:block;
	width:100px;
	height:110px;
	margin:6px;
}
.minis div, .minis {
	height:133px;
	width:133px;
}
.mini div {
	height:100px;
}
.mini div span, .minis div span {
	display:none;
}
.mini .size {
	font-size:10px;
}
.wide {
	width:100%;
}
.more, .less {
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
}
.more {
	float:right;
	text-align:right;
}
.less {
	float:left;
	text-align:left;
}
.more a, .less a {
	text-decoration:none;
}
.more a:hover, .less a:hover {
	color:#AAA;
}

.items {
	margin-left:10px;
}
.plain {
	border:none;
	text-decoration:none;
	color:black;
}
.item {
	display:block;
}
.line {
	height:1px;
	margin:5px;
	width:100%;
	background:black;
}
.questions {
	margin:5px;
	border:2px solid #CCC;
	padding:2px;
}
.questions .question {
	font-size:12px;
}
.question {
	font-weight:bolder;
	font-size:14px;
}
a.inverse {
	color:#AAA;
}
a.inverse:hover {
	color:#ED1C24;
}
.advanced {
	border:1px solid #AAA;
	width:100%;
}
.advanced_cats {
	padding:2px;
	padding-left:5px;
	float:left;
	width:370px;
}
.advanced_terms {
	padding:2px;
	float:left;
	width:190px;
}
.toggleadvanced {
	float:right;
}
.advanced input {
	margin-top:5px;
	margin-bottom:10px;
}
.advanced_cats div {
	float:left;
	width:160px;
	padding-left:2px;
}
.advanced_cats input {
	float:left;
	width:13px;
	height:13px;
	margin:0;
	margin-top:2px;
	margin-right:2px;
}
.nav_blue {
	background:#000099 !important;
}
.nav_purple {
	background:#5C2B84 !important;
}
.nav_black {
	background:#000000 !important;
}
.nav_wedding {
  background:#67c2fe !important;
}
.nav_tats {
  background:#ee2a84 !important;
}
.follow{
	position:absolute;
	top:0px;
	left:800px;
	height:30px;
	width:200px;
	
}
.follow div {
	display:inline;
	line-height:24px;
	vertical-align:top;
}
.follow a, .follow div {
	padding-right:4px;
}
.receipt {
 width:100%;
 font-size:12px;
}
.receipt th {
  color:#ED1C24;
}

