﻿/* Sitecore Default Stylesheet */

html {
  height:100%;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background:white;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}



/* Aware Web changes */

/*a.btn2{}
.btn .video{}*/
.align_img_left{}
.align_img_right{}
.align_img_center{}
.arrow_link{}
/* Arrow Link (arrow at end of link) */
	    a.arrow_link{padding:0 10px 0 0;border:none;display:inline-block;}
	    * + a.arrow_link{margin-top:20px;}
	    a.arrow_link:after{
		    content: '';
		    display: inline-block;
		    background: url('/sites/public/design/hollister/images/sprite.png') no-repeat -76px -43px;
		    width:6px;
		    height:9px;
		    position: relative;
		    right:-5px;
	    }
	    a.arrow_link:hover{color:#878785;}
	    a.arrow_link:hover:after{background-position: -20px -81px;}
.btn{}
	/* AWS 4.1 - Buttons ------------------------------------------------------------------------*/
		.btn:link,
		.btn:visited{
			display:inline-block;
			font-size:12px;
			color:#fff;
			border-radius: 5px;
			background: #b91432;
			padding:10px;
			text-align: center;
			border:none;
		}

		/* Outline */
			.btn.outline{
				background: none;
				color: #b91432;
				border:1px solid #b91432;
				padding: 6px 20px;
			}
			.btn.outline:hover{color:#fff;background:#b91432;}

			/* Colors */
				.btn.outline.gray{border-color: #fff;background: #998f8c;color:#fff;}
				.btn.outline.gray:hover{background: #fff;color:#998f8c;}
.bullets{} 
            ul.bullets > li{
			font-size: 14px;
			padding:0 0 0 8px;
			background: url('/sites/public/design/hollister/images/bullet-small.png') no-repeat 0 8px;
		    }
		    ul.bullets > li + li{margin-top:7px;}
		    ul.bullets > li > ul{margin:7px 0 0;}
		    ul.bullets > li > ul > li{
			    padding:0 0 0 15px;
			    background: url('/sites/public/design/hollister/images/bullet-open_circle.png') no-repeat 0 5px;
		    }
.bullets-large{}
            ul.bullets-large{margin-top:10px;}
			ul.bullets-large > li{
				font-size: 14px;
				line-height: 19px;
				padding:0 0 0 10px;
				background: url('/sites/public/design/hollister/images/bullet.png') no-repeat 0 7px;
			}
			ul.bullets-large > li + li{margin-top:11px;}
			ul.bullets-large > li > ul{margin:7px 0 0;}
			ul.bullets-large > li > ul > li{
				padding:0 0 0 8px;
				background: url('/sites/public/design/hollister/images/bullet-small.png') no-repeat 0 8px;
			}
.bullets-indented{}
				ul.bullets-indented{margin-left:12px;}
				ul.bullets-indented li{
					font-size: 14px;
					padding:0 0 0 8px;
					background: url('/sites/public/design/hollister/images/bullet-small.png') no-repeat 0 8px;
				}
				ul.bullets-indented ul{margin:7px 0 0 12px;}
				ul.bullets-indented li + li{margin-top:7px;}
.highlight_txt_color{}
.links-large{}
            ul.links-large{margin:0 0 0 15px;}
	        ul.links-large > li{font-size: 16px;}
.videobutton{}
            a.videobutton{
			display:inline-block;
			font-size:12px;
			line-height: 15px;
			color:#fff;
			border-radius: 5px;
			background: #bf1e39;
			padding:10px 10px 10px 21px;
			text-align: center;
			border:none;
			min-width: 86px;
			position: relative;
		    }
		    a.videobutton:hover{background: #878785;}
		    a.videobutton:after{
			    content: '';
			    display: inline-block;
			    background: url('/sites/public/design/hollister/images/sprite.png') no-repeat -202px 0;
			    width:7px;
			    height:10px;
			    position: absolute;
			    top:50%;
			    left:10px;
			    margin:-5px 0 0;
		    }
.responsive { }
.responsive_full { }

/* end Aware changes */